aboutsummaryrefslogtreecommitdiff
path: root/app.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app.yaml')
-rw-r--r--app.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/app.yaml b/app.yaml
index 5ba09d0..08019aa 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,16 +1,15 @@
-service: tour
+service: default
runtime: go112
env_variables:
GOLANGORG_CHECK_COUNTRY: true
TOUR_ANALYTICS: |
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-11222381-5"></script>
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2502278-11"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
- gtag("js", new Date());
- gtag("config", "UA-11222381-5");
- gtag("config", "UA-49880327-6");
+ gtag('js', new Date());
+ gtag('config', 'UA-2502278-11');
</script>
default_expiration: "7d"