Skip to content

Commit edc59ad

Browse files
committed
Use correct env var, update comments
1 parent e0d07e2 commit edc59ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.env.example

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ DEBUG='True'
1515
# Sentry
1616
# Modify the Sentry config here. A DSN string is the minimum. Check the
1717
# application's Sentry init section and the Sentry documentation for the
18-
# defaults and options that may be set.
19-
DSN=''
18+
# defaults and options that may be set. If you don't want to use Sentry you can
19+
# leave this as is.
20+
#SENTRY_DSN=''
2021

2122
# Add the following to your local .env file. They will be used in the CI process
2223
# and you can largely forget about them, but including them in your .env file

0 commit comments

Comments
 (0)