Skip to content

Commit

Permalink
Add YOURLS_SECRET_TOKEN and ROLLBAR_ENV to config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
satishsurath committed Feb 22, 2024
1 parent b5250e5 commit bba39d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ class Config(object):
MATOMO_SITE_ID = os.environ.get('MATOMO_SITE_ID') or 1

# Configure YOURLS
YOURLS_SECRET_TOKEN = os.environ.get('YOURLS_SECRET_TOKEN')
YOURLS_SECRET_TOKEN = os.environ.get('YOURLS_SECRET_TOKEN')

# Rollbar Environment
ROLLBAR_ENV = os.environ.get('ROLLBAR_ENV') or "testenv"

0 comments on commit bba39d6

Please sign in to comment.