From a88ae617b1e365d1fefc0442774cf37a30c46876 Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 6 Aug 2019 12:22:56 -0600 Subject: [PATCH] production.ini.example: comment out sentry_dsn This will break an install if people copy this file and don't set or remove this, so it should probably be commented out by default and let people un-comment if they actually want to use it. --- tildes/production.ini.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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