Skip to content

Commit

Permalink
fix MATOMO_AUTH_TOKEN in base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Sep 27, 2023
1 parent a025568 commit da9e849
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,7 @@
# ---------------------------------------
MATOMO_BASE_URL = os.getenv("MATOMO_BASE_URL", None)
MATOMO_SITE_ID = int(os.getenv("MATOMO_SITE_ID", "1"))

if MATOMO_BASE_URL:
MATOMO_AUTH_TOKEN = os.getenv("MATOMO_AUTH_TOKEN")
MATOMO_AUTH_TOKEN = os.getenv("MATOMO_AUTH_TOKEN", None)

# SENDINBLUE
# ---------------------------------------
Expand Down

0 comments on commit da9e849

Please sign in to comment.