feat(apps): configure la connexion à l'API Mock

This commit is contained in:
Meryemel-gham
2026-09-21 09:11:43 +02:00
parent b96546cea3
commit 0ddfb1997d
6 changed files with 24 additions and 3 deletions
+4
View File
@@ -18,3 +18,7 @@ APP_SMTP_HOST=localhost
APP_SMTP_PORT=1025
APP_SMTP_USE_TLS=false
APP_SMTP_FROM_ADDRESS=no-reply@enervision.fr
APP_MOCK_API_BASE_URL=https://api-mock.charlieandre.fr
APP_MOCK_API_USERNAME=change_me
APP_MOCK_API_PASSWORD=change_me
APP_MOCK_API_TIMEOUT_SECONDS=10