We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece3ee9 commit 353d8fbCopy full SHA for 353d8fb
config.env.py
@@ -14,7 +14,7 @@
14
15
# Logging config
16
LOG_LEVEL = environ.get("PACKET_LOG_LEVEL", "INFO")
17
-ANALYTICS_ID = environ.get("ANALYTICS_ID", "UA-134137724-9")
+ANALYTICS_ID = environ.get("ANALYTICS_ID", "UA-420696-9")
18
19
# OpenID Connect SSO config
20
REALM = environ.get("PACKET_REALM", "csh")
0 commit comments