Ajouter .env.example

This commit is contained in:
2025-10-30 11:49:18 +00:00
parent fc2232928d
commit 5321cf34c4

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Copy to .env and fill with your values (do NOT commit .env)
DB_HOST=127.0.0.1
DB_NAME=cms_simplifie
DB_USER=cms_user
DB_PASS=cms_password
DB_PORT=3306
BASE_URL=/public
ADMIN_DEFAULT_LOGIN=admin
ADMIN_DEFAULT_PASS=Admin123!
PHP_TIMEZONE=Europe/Paris