Skip to content

Commit 353d8fb

Browse files
committed
Removing Google Analytics code
1 parent ece3ee9 commit 353d8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.env.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

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

0 commit comments

Comments
 (0)