From 7b0a26358143bb72d3d361ae1c21d83cc6cfe602 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Wed, 7 Oct 2020 13:02:05 +0200 Subject: [PATCH] update .env for sentry --- src/schedule-2.0/.env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/schedule-2.0/.env b/src/schedule-2.0/.env index b4a5ce3..9b1367b 100644 --- a/src/schedule-2.0/.env +++ b/src/schedule-2.0/.env @@ -61,4 +61,7 @@ CAS_FIRSTNAME=firstname # For Gmail as a transport, use: "gmail://username:password@localhost" # For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode=" # Delivery is disabled by default via "null://localhost" -MAILER_URL= \ No newline at end of file +MAILER_URL= + +## Sentry DSN +SENTRY_DSN= \ No newline at end of file