Skip to content

Commit 56496ae

Browse files
author
Julian Vanden Broeck
committed
Configure Google Analytics with environment var
1 parent e77d9ac commit 56496ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
DEBUG_TB_INTERCEPT_REDIRECTS = False
1313
DEBUG_TB_PROFILER_ENABLED = True
1414
SQLALCHEMY_TRACK_MODIFICATIONS = False
15-
# GOOGLE_ANALYTICS = "UA-XXXXXX-XX"
15+
GOOGLE_ANALYTICS = os.environ.get("GOOGLE_ANALYTICS") # "UA-XXXXXX-XX"

0 commit comments

Comments
 (0)