mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Updating rq and redis
This commit is contained in:
parent
6293805145
commit
c0f587926d
4 changed files with 15 additions and 8 deletions
|
@ -64,5 +64,6 @@ WEBSOCKIFY_TARGET_FILE = environ.get('PROXSTAR_WEBSOCKIFY_TARGET_FILE',
|
|||
# SENTRY
|
||||
# If you set the sentry dsn locally, make sure you use the local-dev or some
|
||||
# other local environment, so we can separate local errors from production
|
||||
SENTRY_DSN = environ.get("PROXSTAR_SENTRY_DSN", "")
|
||||
SENTRY_ENV = environ.get("PROXSTAR_SENTRY_ENV", "local-dev")
|
||||
SENTRY_DSN = environ.get('PROXSTAR_SENTRY_DSN', '')
|
||||
RQ_SENTRY_DSN = environ.get('PROXSTAR_SENTRY_DSN', '')
|
||||
SENTRY_ENV = environ.get('PROXSTAR_SENTRY_ENV', 'local-dev')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue