Skip to content

Commit

Permalink
Add setting to base settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
istride committed Nov 9, 2023
1 parent a1d3142 commit 6eedc17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iogt/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@
# Matomo tracking server and site information

MATOMO_ADDITIONAL_SITE_ID = int(os.getenv('MATOMO_ADDITIONAL_SITE_ID', '0'))
MATOMO_CREATE_VISITOR_ID = os.getenv('MATOMO_CREATE_VISITOR_ID', 'disable') == 'enable'
MATOMO_SERVER_URL = os.getenv('MATOMO_SERVER_URL', '')
MATOMO_SITE_ID = int(os.getenv('MATOMO_SITE_ID', '') or '0')
MATOMO_TRACKING = os.getenv('MATOMO_TRACKING', 'disable') == 'enable'
Expand Down

0 comments on commit 6eedc17

Please sign in to comment.