Browse Source

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.
merge-requests/76/merge
Deimos 5 years ago
parent
commit
a88ae617b1
  1. 4
      tildes/production.ini.example

4
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 # set session timeout to 1 hour by default, we'll extend it when people log in
redis.sessions.timeout = 3600 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 sqlalchemy.url = postgresql+psycopg2://tildes:@:6432/tildes

Loading…
Cancel
Save