mirror of https://github.com/nealey/vail.git
21 lines
299 B
YAML
21 lines
299 B
YAML
|
runtime: go112
|
||
|
|
||
|
instance_class: B1
|
||
|
|
||
|
automatic_scaling:
|
||
|
max_instances: 1
|
||
|
|
||
|
handlers:
|
||
|
- url: /chat
|
||
|
script: auto
|
||
|
- url: /hello
|
||
|
script: auto
|
||
|
- url: /
|
||
|
static_files: static/index.html
|
||
|
upload: static/index.html
|
||
|
- url: /.*
|
||
|
static_dir: static
|
||
|
|
||
|
network:
|
||
|
session_affinity: true
|