| service: tour | |
| runtime: go111 | |
| env_variables: | |
| GOLANGORG_CHECK_COUNTRY: true | |
| 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 | |
| secure: always | |
| - url: /content/img | |
| static_dir: content/img | |
| secure: always | |
| - url: /static | |
| static_dir: static | |
| secure: always |