13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
# Example Docker environment file
|
|
# Copy this file to .env.docker and update your credentials
|
|
|
|
# === Database Configuration ===
|
|
DB_DATABASE=domain_monitor
|
|
DB_USERNAME=user_example
|
|
DB_PASSWORD=example_password
|
|
DB_ROOT_PASSWORD=example_root_password
|
|
|
|
# === Timezone (for PHP, MariaDB, phpMyAdmin) ===
|
|
TZ=UTC
|
|
|