Skip to content

Commit

Permalink
Moving DB key to subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
kerchner committed Oct 18, 2022
1 parent 0f52de0 commit d46134f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ services:
#- ./orcidflask/saml/certs:/opt/orcid_integration/orcidflask/saml/certs
#- ./orcidflask/saml/settings.json:/opt/orcid_integration/orcidflask/saml/settings.json
#- ./config.py:/opt/orcid_integration/config.py
#- ./orcidflask/db:/opt/orcid_integration/orcidflask/db
- .:/opt/orcid_integration
2 changes: 1 addition & 1 deletion example.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ POSTGRES_PASSWORD=orcidpass
POSTGRES_DB=orcidig
POSTGRES_DB_HOST=db
POSTGRES_PORT=5432
DB_ENCRYPTION_FILE=./db-encrypt.key
DB_ENCRYPTION_FILE=/opt/orcid_integration/orcidflask/db/db-encrypt.key
4 changes: 4 additions & 0 deletions orcidflask/db/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

0 comments on commit d46134f

Please sign in to comment.