mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
fix ui_public_uri in prod
This commit is contained in:
parent
c28e53c6b4
commit
5123fba74d
1 changed files with 3 additions and 3 deletions
|
@ -10,11 +10,11 @@ ui_regions = [
|
||||||
"asia-southeast1"
|
"asia-southeast1"
|
||||||
]
|
]
|
||||||
deploy_bot = true
|
deploy_bot = true
|
||||||
bot_instance_size = "e2-micro"
|
bot_instance_size = "e2-medium"
|
||||||
ui_hostnames = [
|
ui_hostnames = [
|
||||||
"next.roleypoly.com",
|
"next.roleypoly.com",
|
||||||
"web-prod.roleypoly.com"
|
"web-prod.roleypoly.com"
|
||||||
]
|
]
|
||||||
ui_public_uri = "https://next.roleypoly.com"
|
ui_public_uri = "https://roleypoly.com"
|
||||||
api_public_uri = "https://api-prod.roleypoly.com"
|
api_public_uri = "https://api-prod.roleypoly.com"
|
||||||
allowed_callback_hosts = "https://roleypoly.com,https://next.roleypoly.com"
|
allowed_callback_hosts = "https://roleypoly.com,https://next.roleypoly.com"
|
||||||
|
|
Loading…
Add table
Reference in a new issue