Skip to content

Commit

Permalink
Add gitignore and confirm S3 test works
Browse files Browse the repository at this point in the history
  • Loading branch information
greenw0lf committed Apr 29, 2024
1 parent 2e64406 commit 5c72c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ __pycache__
!/tests/data/spectograms/*
!/tests/data/spectograms/README.md
/config.yml
s3-creds.env
s3-creds.env
.vscode/*
2 changes: 1 addition & 1 deletion config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ELASTICSEARCH:
SCHEME: http
INDEX: dane-index-k8s
FILE_SYSTEM:
BASE_MOUNT: /data # data when running locally
BASE_MOUNT: data # data when running locally
INPUT_DIR: input-files
OUTPUT_DIR: output-files
INPUT:
Expand Down

0 comments on commit 5c72c92

Please sign in to comment.