Another fix, good commit messages here

This commit is contained in:
Benjamin Sherriff
2024-05-04 14:05:38 -04:00
parent 345dc105df
commit be39122320
3 changed files with 9 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
RUST_LOG=warn,service=debug
DATABASE_USER=siren
DATABASE_PASSWORD= # FILL ME IN
DATABASE_PASSWORD=CHANGEME # Change this to a secure password
DATABASE_NAME=siren
DATABASE_HOST=localhost
DATABASE_PORT=5432
@@ -10,7 +10,7 @@ KEYS_DIR_PATH= # OPTIONAL
SESSION_TTL=1440
MINIO_ROOT_USER=siren
MINIO_ROOT_PASSWORD= # FILL ME IN
MINIO_ROOT_PASSWORD=CHANGEME # Change this to a secure password
MINIO_HOST=localhost
MINIO_PORT=9000
MINIO_PORT_INTERNAL=9001