2026-03-30 18:51:57 +02:00
|
|
|
# In all environments, the following files are loaded if they exist,
|
|
|
|
|
# the latter taking precedence over the former:
|
|
|
|
|
#
|
|
|
|
|
# * .env contains default values for the environment variables needed by the app
|
|
|
|
|
# * .env.local uncommitted file with local overrides
|
|
|
|
|
# * .env.$APP_ENV committed environment-specific defaults
|
|
|
|
|
# * .env.$APP_ENV.local uncommitted environment-specific overrides
|
|
|
|
|
#
|
|
|
|
|
# Real environment variables win over .env files.
|
|
|
|
|
#
|
|
|
|
|
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
|
|
|
|
|
# https://symfony.com/doc/current/configuration/secrets.html
|
|
|
|
|
#
|
|
|
|
|
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
|
|
|
|
|
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
|
|
|
|
|
|
|
|
|
|
###> symfony/framework-bundle ###
|
|
|
|
|
APP_ENV=dev
|
2026-04-01 15:42:52 +02:00
|
|
|
APP_SECRET=a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6
|
2026-03-30 18:51:57 +02:00
|
|
|
APP_SHARE_DIR=var/share
|
|
|
|
|
###< symfony/framework-bundle ###
|
|
|
|
|
|
|
|
|
|
###> symfony/routing ###
|
2026-04-01 15:42:52 +02:00
|
|
|
DEFAULT_URI=https://esyweb.local
|
2026-03-30 18:51:57 +02:00
|
|
|
###< symfony/routing ###
|
2026-03-30 18:52:03 +02:00
|
|
|
|
|
|
|
|
###> doctrine/doctrine-bundle ###
|
2026-04-01 15:42:52 +02:00
|
|
|
DATABASE_URL="postgresql://app:secret@pgbouncer:6432/e_ticket?serverVersion=16&charset=utf8"
|
2026-03-30 18:52:03 +02:00
|
|
|
###< doctrine/doctrine-bundle ###
|
|
|
|
|
|
|
|
|
|
###> symfony/messenger ###
|
2026-04-01 15:42:52 +02:00
|
|
|
MESSENGER_TRANSPORT_DSN=redis://redis:6379/messages
|
2026-03-30 18:52:03 +02:00
|
|
|
###< symfony/messenger ###
|
|
|
|
|
|
2026-04-01 15:42:52 +02:00
|
|
|
###> session ###
|
|
|
|
|
SESSION_HANDLER_DSN=redis://redis:6379/1
|
|
|
|
|
###< session ###
|
|
|
|
|
|
|
|
|
|
###> cache ###
|
|
|
|
|
REDIS_CACHE_DSN=redis://redis:6379/2
|
|
|
|
|
###< cache ###
|
|
|
|
|
|
2026-03-30 18:52:03 +02:00
|
|
|
###> symfony/mailer ###
|
2026-04-01 15:42:52 +02:00
|
|
|
MAILER_DSN=smtp://mailpit:1025
|
2026-03-30 18:52:03 +02:00
|
|
|
###< symfony/mailer ###
|
2026-04-01 15:42:52 +02:00
|
|
|
|
|
|
|
|
###> vite ###
|
|
|
|
|
# 0 = dev (HMR via localhost:5173), 1 = prod (manifest build)
|
|
|
|
|
VITE_LOAD=0
|
|
|
|
|
REAL_MAIL=0
|
|
|
|
|
###< vite ###
|
|
|
|
|
STRIPE_PK=
|
|
|
|
|
STRIPE_SK=
|
|
|
|
|
STRIPE_WEBHOOK_SECRET=
|
|
|
|
|
STRIPE_WEBHOOK_SECRET_CONNECT=
|
|
|
|
|
STRIPE_MODE=test
|
|
|
|
|
STRIPE_FEE_RATE=0.015
|
|
|
|
|
STRIPE_FEE_FIXED=25
|
refactor: rebrand project to CRM SITECONSEIL (SARL SITECONSEIL)
- Rename all references from E-Cosplay/Ecosplay to SITECONSEIL
- Update entity from Association to SARL SITECONSEIL (Siret: 418664058)
- Update address to 27 rue Le Serurier, 02100 Saint-Quentin
- Update emails: contact@siteconseil.fr, rgpd@siteconseil.fr
- Update hosting from GCP to OVHcloud (Roubaix, Gravelines, Strasbourg, Paris)
- Update legal pages: mentions legales, CGV, RGPD, conformite, hebergement, cookies, CGU
- Add tarifs page with tabs: Site Internet, E-Commerce, Nom de domaine, Esy-Mail, Esy-Mailer, Esy-Tchat, Esy-Meet, Esy-Defender
- Add Discord webhook notification workflow
- Disable deploy and sonarqube workflows
- Update OAuth Keycloak realm to master
- Update logo references to logo_facture.png
- Remove forced image sizing in Liip Imagine filters
- Update SonarQube project key and badge token
- Update tribunal competent to Saint-Quentin
- Move tarif tabs JS to app.js (CSP compliance)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 18:48:25 +02:00
|
|
|
ADMIN_EMAIL=contact@siteconseil.fr
|
2026-04-01 15:42:52 +02:00
|
|
|
|
|
|
|
|
###> SonarQube ###
|
|
|
|
|
SONARQUBE_URL=https://sn.esy-web.dev
|
refactor: rebrand project to CRM SITECONSEIL (SARL SITECONSEIL)
- Rename all references from E-Cosplay/Ecosplay to SITECONSEIL
- Update entity from Association to SARL SITECONSEIL (Siret: 418664058)
- Update address to 27 rue Le Serurier, 02100 Saint-Quentin
- Update emails: contact@siteconseil.fr, rgpd@siteconseil.fr
- Update hosting from GCP to OVHcloud (Roubaix, Gravelines, Strasbourg, Paris)
- Update legal pages: mentions legales, CGV, RGPD, conformite, hebergement, cookies, CGU
- Add tarifs page with tabs: Site Internet, E-Commerce, Nom de domaine, Esy-Mail, Esy-Mailer, Esy-Tchat, Esy-Meet, Esy-Defender
- Add Discord webhook notification workflow
- Disable deploy and sonarqube workflows
- Update OAuth Keycloak realm to master
- Update logo references to logo_facture.png
- Remove forced image sizing in Liip Imagine filters
- Update SonarQube project key and badge token
- Update tribunal competent to Saint-Quentin
- Move tarif tabs JS to app.js (CSP compliance)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 18:48:25 +02:00
|
|
|
SONARQUBE_BADGE_TOKEN=sqb_bf06d32640147db064c99d2e893ca63a072630d7
|
|
|
|
|
SONARQUBE_PROJECT_KEY=crm_siteconseil
|
2026-04-01 15:42:52 +02:00
|
|
|
###< SonarQube ###
|
|
|
|
|
|
refactor: rebrand project to CRM SITECONSEIL (SARL SITECONSEIL)
- Rename all references from E-Cosplay/Ecosplay to SITECONSEIL
- Update entity from Association to SARL SITECONSEIL (Siret: 418664058)
- Update address to 27 rue Le Serurier, 02100 Saint-Quentin
- Update emails: contact@siteconseil.fr, rgpd@siteconseil.fr
- Update hosting from GCP to OVHcloud (Roubaix, Gravelines, Strasbourg, Paris)
- Update legal pages: mentions legales, CGV, RGPD, conformite, hebergement, cookies, CGU
- Add tarifs page with tabs: Site Internet, E-Commerce, Nom de domaine, Esy-Mail, Esy-Mailer, Esy-Tchat, Esy-Meet, Esy-Defender
- Add Discord webhook notification workflow
- Disable deploy and sonarqube workflows
- Update OAuth Keycloak realm to master
- Update logo references to logo_facture.png
- Remove forced image sizing in Liip Imagine filters
- Update SonarQube project key and badge token
- Update tribunal competent to Saint-Quentin
- Move tarif tabs JS to app.js (CSP compliance)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 18:48:25 +02:00
|
|
|
###> SSO SITECONSEIL (Keycloak OIDC) ###
|
|
|
|
|
OAUTH_KEYCLOAK_CLIENT_ID=crm_siteconseil
|
|
|
|
|
OAUTH_KEYCLOAK_CLIENT_SECRET=kh1WBbnEzcEZVriXmU7IaxizChReHmIx
|
2026-04-01 15:42:52 +02:00
|
|
|
OAUTH_KEYCLOAK_URL=https://auth.esy-web.dev
|
refactor: rebrand project to CRM SITECONSEIL (SARL SITECONSEIL)
- Rename all references from E-Cosplay/Ecosplay to SITECONSEIL
- Update entity from Association to SARL SITECONSEIL (Siret: 418664058)
- Update address to 27 rue Le Serurier, 02100 Saint-Quentin
- Update emails: contact@siteconseil.fr, rgpd@siteconseil.fr
- Update hosting from GCP to OVHcloud (Roubaix, Gravelines, Strasbourg, Paris)
- Update legal pages: mentions legales, CGV, RGPD, conformite, hebergement, cookies, CGU
- Add tarifs page with tabs: Site Internet, E-Commerce, Nom de domaine, Esy-Mail, Esy-Mailer, Esy-Tchat, Esy-Meet, Esy-Defender
- Add Discord webhook notification workflow
- Disable deploy and sonarqube workflows
- Update OAuth Keycloak realm to master
- Update logo references to logo_facture.png
- Remove forced image sizing in Liip Imagine filters
- Update SonarQube project key and badge token
- Update tribunal competent to Saint-Quentin
- Move tarif tabs JS to app.js (CSP compliance)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 18:48:25 +02:00
|
|
|
OAUTH_KEYCLOAK_REALM=master
|
|
|
|
|
###< SSO SITECONSEIL (Keycloak OIDC) ###
|
2026-04-01 15:42:52 +02:00
|
|
|
|
|
|
|
|
###> Keycloak Admin Service Account ###
|
refactor: rebrand project to CRM SITECONSEIL (SARL SITECONSEIL)
- Rename all references from E-Cosplay/Ecosplay to SITECONSEIL
- Update entity from Association to SARL SITECONSEIL (Siret: 418664058)
- Update address to 27 rue Le Serurier, 02100 Saint-Quentin
- Update emails: contact@siteconseil.fr, rgpd@siteconseil.fr
- Update hosting from GCP to OVHcloud (Roubaix, Gravelines, Strasbourg, Paris)
- Update legal pages: mentions legales, CGV, RGPD, conformite, hebergement, cookies, CGU
- Add tarifs page with tabs: Site Internet, E-Commerce, Nom de domaine, Esy-Mail, Esy-Mailer, Esy-Tchat, Esy-Meet, Esy-Defender
- Add Discord webhook notification workflow
- Disable deploy and sonarqube workflows
- Update OAuth Keycloak realm to master
- Update logo references to logo_facture.png
- Remove forced image sizing in Liip Imagine filters
- Update SonarQube project key and badge token
- Update tribunal competent to Saint-Quentin
- Move tarif tabs JS to app.js (CSP compliance)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 18:48:25 +02:00
|
|
|
KEYCLOAK_ADMIN_CLIENT_ID=crm-siteconseil-admin
|
2026-04-01 15:42:52 +02:00
|
|
|
KEYCLOAK_ADMIN_CLIENT_SECRET=
|
|
|
|
|
###< Keycloak Admin Service Account ###
|
|
|
|
|
|
|
|
|
|
###> symfony/amazon-mailer ###
|
|
|
|
|
# MAILER_DSN=ses://ACCESS_KEY:SECRET_KEY@default?region=eu-west-1
|
|
|
|
|
# MAILER_DSN=ses+smtp://ACCESS_KEY:SECRET_KEY@default?region=eu-west-1
|
|
|
|
|
###< symfony/amazon-mailer ###
|
|
|
|
|
|
|
|
|
|
###> stripe/stripe-php ###
|
|
|
|
|
STRIPE_SECRET_KEY=sk_test_***
|
|
|
|
|
###< stripe/stripe-php ###
|
|
|
|
|
SMIME_PASSPHRASE=EVz5zNV8h4ndSLOCWO9JeaQnIertQm7k
|
|
|
|
|
SECRET_ANALYTICS=
|
|
|
|
|
|
|
|
|
|
###> docuseal ###
|
|
|
|
|
DOCUSEAL_URL=https://signature.esy-web.dev
|
|
|
|
|
DOCUSEAL_API=
|
|
|
|
|
DOCUSEAL_WEBHOOKS_SECRET_HEADER=X-Sign
|
|
|
|
|
DOCUSEAL_WEBHOOKS_SECRET=
|
|
|
|
|
###< docuseal ###
|