mirror of
https://github.com/golang/go
synced 2024-11-05 15:16:11 -07:00
390954b1ab
test.golang.org is no longer -- instead allow access to version-specific App Engine URLs (like 20181002t1342-dot-golang-org.appspot.com). App Engine Flex uses the X-Forwarded-Proto to signify the proto used by the originating request (it always uses h1 on 8080 when proxying the request). Updates golang/go#27205. Change-Id: I423ffe65df325500a2fa04c7b655797ecc6ad037 Reviewed-on: https://go-review.googlesource.com/c/139237 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
17 lines
280 B
YAML
17 lines
280 B
YAML
runtime: custom
|
|
env: flex
|
|
|
|
env_variables:
|
|
GODOC_PROD: true
|
|
GODOC_ENFORCE_HOSTS: true
|
|
GODOC_REDIS_ADDR: 10.0.0.4:6379 # instance "gophercache"
|
|
GODOC_ANALYTICS: UA-11222381-2
|
|
DATASTORE_PROJECT_ID: golang-org
|
|
|
|
network:
|
|
name: golang
|
|
|
|
resources:
|
|
cpu: 4
|
|
memory_gb: 7.50
|