Skip to content

Commit

Permalink
Set default file system mount to data instead of /data, to fix fialin…
Browse files Browse the repository at this point in the history
…g test
  • Loading branch information
Sara Veldhoen committed Apr 22, 2024
1 parent a6f1efd commit be39e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ELASTICSEARCH:
SCHEME: http
INDEX: dane-index-k8s
FILE_SYSTEM:
BASE_MOUNT: /data # data when running locally
BASE_MOUNT: data # /data when running in a container
INPUT_DIR: input-files
OUTPUT_DIR: output-files
INPUT:
Expand Down

0 comments on commit be39e6f

Please sign in to comment.