💥(sentry) remove DJANGO_ before Sentry DSN env variable

Other "La Suite" projects don't have the "DJANGO_" prefix, so
we align this project with others.
This commit is contained in:
Quentin BEY
2025-07-24 23:49:21 +02:00
parent 1fdd2e052b
commit 4e592382dc
4 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,6 @@ backend:
DJANGO_EMAIL_HOST: "maildev"
DJANGO_EMAIL_PORT: 1025
DJANGO_EMAIL_USE_SSL: False
DJANGO_SENTRY_DSN: null
OIDC_RS_CLIENT_ID: people
OIDC_RS_CLIENT_SECRET: ThisIsAnExampleKeyForDevPurposeOnly
OIDC_RS_SIGNING_ALGO: RS256
@@ -52,6 +51,7 @@ backend:
POSTGRES_USER: dinum
POSTGRES_PASSWORD: pass
REDIS_URL: redis://default:pass@redis-master:6379/1
SENTRY_DSN: null
WEBMAIL_URL: "https://onestendev.yapasdewebmail.fr"
MAIL_PROVISIONING_API_URL: "http://dimail:8000"
MAIL_PROVISIONING_API_CREDENTIALS: changeme

View File

@@ -33,7 +33,6 @@ backend:
DJANGO_EMAIL_HOST: "maildev"
DJANGO_EMAIL_PORT: 1025
DJANGO_EMAIL_USE_SSL: False
DJANGO_SENTRY_DSN: null
OIDC_OP_JWKS_ENDPOINT: https://fca.integ01.dev-agentconnect.fr/api/v2/jwks
OIDC_OP_AUTHORIZATION_ENDPOINT: https://fca.integ01.dev-agentconnect.fr/api/v2/authorize
OIDC_OP_TOKEN_ENDPOINT: https://fca.integ01.dev-agentconnect.fr/api/v2/token
@@ -67,6 +66,7 @@ backend:
POSTGRES_USER: dinum
POSTGRES_PASSWORD: pass
REDIS_URL: redis://default:pass@redis-master:6379/1
SENTRY_DSN: null
WEBMAIL_URL: "https://onestendev.yapasdewebmail.fr"
MAIL_PROVISIONING_API_URL: "http://dimail.127.0.0.1.nip.io"
MAIL_PROVISIONING_API_CREDENTIALS: