Copy appengine directory from meek commit 6057a9e9d6.

This commit is contained in:
David Fifield 2017-07-15 11:48:28 -07:00
parent afe7716903
commit a150a991d0
3 changed files with 168 additions and 0 deletions

10
appengine/app.yaml Normal file
View file

@ -0,0 +1,10 @@
runtime: go
api_version: go1
automatic_scaling:
max_idle_instances: 2
min_pending_latency: 1000ms
handlers:
- url: /.*
script: _go_app
secure: always