8 lines
268 B
Bash
8 lines
268 B
Bash
POSTGRES_DB=novela
|
|
POSTGRES_USER=novela
|
|
POSTGRES_PASSWORD=change-me
|
|
|
|
# Required for credential encryption/decryption (Fernet) in DB.
|
|
# Keep this stable after first use; changing it breaks decrypt of existing credentials.
|
|
NOVELA_MASTER_KEY=change-me-long-random-secret
|