f8b82b65a3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
250 B
Bash
7 lines
250 B
Bash
# Copy to .env for Docker / local development secrets
|
|
# These override values in config.yaml
|
|
|
|
FABLEDNETMON_SECRET_KEY=change-me
|
|
FABLEDNETMON_DATABASE__URL=postgresql+asyncpg://fablednetmon:password@localhost/fablednetmon
|
|
FABLEDNETMON_SMTP__PASSWORD=
|