diff --git a/tildes/production.ini.example b/tildes/production.ini.example index 78d2e7a..2988f99 100644 --- a/tildes/production.ini.example +++ b/tildes/production.ini.example @@ -18,8 +18,8 @@ redis.sessions.timeout_trigger = 0 # set session timeout to 1 hour by default, we'll extend it when people log in redis.sessions.timeout = 3600 -# this should only be set if you have a Sentry instance you want to send errors to -sentry_dsn = https://key@sentry.io/project +# uncomment and set this if you have a Sentry instance you want to send errors to +# sentry_dsn = https://key@sentry.io/project sqlalchemy.url = postgresql+psycopg2://tildes:@:6432/tildes