Skip to content

Commit

Permalink
Removing Google Analytics code
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed Aug 9, 2019
1 parent ece3ee9 commit 353d8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.env.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Logging config
LOG_LEVEL = environ.get("PACKET_LOG_LEVEL", "INFO")
ANALYTICS_ID = environ.get("ANALYTICS_ID", "UA-134137724-9")
ANALYTICS_ID = environ.get("ANALYTICS_ID", "UA-420696-9")

# OpenID Connect SSO config
REALM = environ.get("PACKET_REALM", "csh")
Expand Down

0 comments on commit 353d8fb

Please sign in to comment.