[DEPLOY] Update deployment files for new database

This commit is contained in:
2023-02-24 19:45:56 +00:00
parent 83765c99ad
commit b6a6be99da
3 changed files with 25 additions and 7 deletions

View File

@@ -2,6 +2,10 @@
# Used to generate CSRF tokens - must never be made public
SECRET_KEY=changeme
# REQUIRED=Database password
# The password for the breccia-mapper user in the postgres database
DB_PASSWORD=changeme
# Debug
# Should the server run in debug mode? Provides information to users which is unsafe in production
# Default: False