13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
|
|
# Copy to .env and fill in real values before running docker compose up
|
||
|
|
|
||
|
|
DB_DATABASE=domain_monitor
|
||
|
|
DB_USERNAME=domain_monitor
|
||
|
|
DB_PASSWORD=changeme
|
||
|
|
DB_ROOT_PASSWORD=rootchangeme
|
||
|
|
|
||
|
|
# Timezone (e.g. Europe/Bucharest)
|
||
|
|
TZ=UTC
|
||
|
|
|
||
|
|
# Set to 'development' to show detailed error pages
|
||
|
|
APP_ENV=production
|