Files

13 lines
307 B
Plaintext
Raw Permalink Normal View History

2025-10-23 00:56:29 +03:00
# 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