mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 23:11:29 -04:00
Copy appengine directory from meek commit 6057a9e9d6.
This commit is contained in:
parent
afe7716903
commit
a150a991d0
3 changed files with 168 additions and 0 deletions
10
appengine/app.yaml
Normal file
10
appengine/app.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue