2020-09-04 17:35:37 +00:00
|
|
|
runtime: python38
|
|
|
|
|
2020-09-04 20:36:19 +00:00
|
|
|
entrypoint: gunicorn -b :$PORT -k gthread --threads 2 twitchrss:app
|
2020-09-04 17:35:37 +00:00
|
|
|
|
|
|
|
env_variables:
|
|
|
|
TWITCH_CLIENT_ID: __INSERT_TWITCH_CLIENT_ID_HERE__
|
2015-10-09 22:43:29 +00:00
|
|
|
|
|
|
|
handlers:
|
2017-01-21 19:13:40 +00:00
|
|
|
- url: /favicon\.ico
|
|
|
|
static_files: favicon.ico
|
|
|
|
upload: favicon\.ico
|
|
|
|
|
2020-09-04 17:35:37 +00:00
|
|
|
- url: /
|
|
|
|
static_files: index.html
|
|
|
|
upload: index\.html
|
|
|
|
|
|
|
|
- url: /.+
|
|
|
|
script: auto
|
2020-09-04 12:14:01 +00:00
|
|
|
|
|
|
|
automatic_scaling:
|
|
|
|
max_instances: 1
|