Fix: Rendre les tests plus flexibles pour l'environnement CI/CD lionsctl
This commit is contained in:
12
.env.docker.example
Normal file
12
.env.docker.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# Configuration Docker Compose pour BTPXpress
|
||||
# Copiez ce fichier vers .env pour utiliser docker-compose
|
||||
# NE JAMAIS COMMITER .env dans Git
|
||||
|
||||
# PostgreSQL Configuration
|
||||
POSTGRES_DB=btpxpress
|
||||
POSTGRES_USER=btpxpress_user
|
||||
POSTGRES_PASSWORD=changeme_secure_password
|
||||
|
||||
# Grafana Configuration (optionnel)
|
||||
GRAFANA_ADMIN_PASSWORD=changeme_grafana_password
|
||||
|
||||
Reference in New Issue
Block a user