mealie/.env.sample

21 lines
641 B
Plaintext

TYPE=mealie
DOMAIN=mealie.example.com
COMPOSE_FILE="compose.yml"
# Initial deploy downloads NLTK data so may take a while
TIMEOUT=300
LETS_ENCRYPT_ENV=production
## All config: https://docs.mealie.io/documentation/getting-started/installation/backend-config/
ALLOW_SIGNUP=false
LOG_LEVEL=warning
# We use a custom log config to prevent logging to the filesystem and only log to stdout/stderr
LOG_CONFIG_OVERRIDE=/app/logconf-override.json
# TOKEN_TIME=8765
# TZ=UTC
## Mealie will make you create a real admin account on first login, then this setting can be ignored
# DEFAULT_USERNAME=changeme@example.com
# DEFAULT_PASSWORD=MyPassword