novela/stack/novela.env

14 lines
443 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
# Dropbox root-map voor backup uploads (default: /novela)
DROPBOX_BACKUP_ROOT=/novela
# Map voor backup manifest/config binnen container (default: config)
CONFIG_DIR=config