| service: default | |
| runtime: custom | |
| env: flex | |
| env_variables: | |
| GOLANGORG_CHECK_COUNTRY: true | |
| GOLANGORG_REQUIRE_DL_SECRET_KEY: true | |
| GOLANGORG_ENFORCE_HOSTS: true | |
| GOLANGORG_REDIS_ADDR: 10.0.0.4:6379 # instance "gophercache" | |
| GOLANGORG_ANALYTICS: UA-11222381-2 | |
| DATASTORE_PROJECT_ID: golang-org | |
| network: | |
| name: golang | |
| resources: | |
| cpu: 4 | |
| memory_gb: 7.50 | |
| liveness_check: | |
| path: /_ah/health | |
| readiness_check: | |
| path: /_ah/health |