diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-01-25 14:06:10 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-01-25 14:58:28 +0700 |
| commit | 63f0deb0488f1b50fc478957264aeb87d1d0c97a (patch) | |
| tree | 4c461015ca657d472694ea85b26c850d7f7537ee /app.yaml | |
| parent | f83cccdd17aec873c949b57d512809eec9ac11a6 (diff) | |
| download | golang-id-tour-63f0deb0488f1b50fc478957264aeb87d1d0c97a.tar.xz | |
all: pembaruan dengan upstream versi 2bf82070
Diffstat (limited to 'app.yaml')
| -rw-r--r-- | app.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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" |
