diff options
Diffstat (limited to 'cmd/bot-kamusku/app.yaml')
| -rw-r--r-- | cmd/bot-kamusku/app.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/bot-kamusku/app.yaml b/cmd/bot-kamusku/app.yaml new file mode 100644 index 0000000..74fd1f5 --- /dev/null +++ b/cmd/bot-kamusku/app.yaml @@ -0,0 +1,9 @@ +service: bot +runtime: go113 +instance_class: F2 +automatic_scaling: + max_instances: 1 +env_variables: + DEBUG: "2" + TELEGRAM_TOKEN: "1121465148:AAH9vI-DkHUOPGTmy1Js0dxKSHLYIIkXaIE" + TELEGRAM_WEBHOOK_URL: "https://bot-dot-kamuskubot.df.r.appspot.com" |
