mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 00:59:09 +00:00
port bot to rust, upgrade response, and cut away some of the tf cruft
This commit is contained in:
parent
0a37eff047
commit
f5fb729ce7
17 changed files with 1440 additions and 205 deletions
|
@ -1,20 +1,6 @@
|
|||
environment_tag = "prod"
|
||||
ui_regions = [
|
||||
"us-east4",
|
||||
"us-central1",
|
||||
"us-west1",
|
||||
"europe-west2",
|
||||
"europe-west3",
|
||||
"australia-southeast1",
|
||||
"asia-northeast1",
|
||||
"asia-southeast1"
|
||||
]
|
||||
deploy_bot = true
|
||||
bot_instance_size = "e2-medium"
|
||||
ui_hostnames = [
|
||||
"next.roleypoly.com",
|
||||
"web-prod.roleypoly.com"
|
||||
]
|
||||
environment_tag = "prod"
|
||||
deploy_bot = true
|
||||
bot_instance_size = "e2-small"
|
||||
ui_public_uri = "https://roleypoly.com"
|
||||
api_public_uri = "https://api-prod.roleypoly.com"
|
||||
allowed_callback_hosts = "https://roleypoly.com,https://next.roleypoly.com"
|
||||
|
|
|
@ -1,13 +1,6 @@
|
|||
environment_tag = "stage"
|
||||
ui_regions = [
|
||||
"us-east4"
|
||||
]
|
||||
deploy_bot = true
|
||||
bot_instance_size = "f1-micro"
|
||||
ui_hostnames = [
|
||||
"stage.roleypoly.com",
|
||||
"web-stage.roleypoly.com"
|
||||
]
|
||||
environment_tag = "stage"
|
||||
deploy_bot = true
|
||||
bot_instance_size = "f1-micro"
|
||||
ui_public_uri = "https://stage.roleypoly.com"
|
||||
api_public_uri = "https://api-stage.roleypoly.com"
|
||||
allowed_callback_hosts = "https://roleypoly.com,https://stage.roleypoly.com,https://*.roleypoly.pages.dev"
|
||||
allowed_callback_hosts = "https://roleypoly.com,https://stage.roleypoly.com,https://*.roleypoly.pages.dev"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue