diff options
Diffstat (limited to 'app.yaml')
| -rw-r--r-- | app.yaml | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -1,12 +1,14 @@ service: tour -runtime: go -api_version: go1 +runtime: go111 -default_expiration: "7d" +env_variables: + GOLANGORG_CHECK_COUNTRY: true -handlers: +default_expiration: "7d" # Keep these static file handlers in sync with local.go. +# They're here for improved latency across global regions. +handlers: - url: /favicon.ico static_files: static/img/favicon.ico upload: static/img/favicon.ico @@ -16,11 +18,4 @@ handlers: secure: always - url: /static static_dir: static - application_readable: true secure: always - -- url: /(.*|list|lesson/.*|compile|fmt|script\.js) - script: _go_app - secure: always - -nobuild_files: (solutions|content)/.* |
