mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
infra: set public_uri vars in repo instead of from secrets
This commit is contained in:
parent
7363b4d359
commit
8c9243b736
2 changed files with 6 additions and 2 deletions
|
@ -14,4 +14,6 @@ bot_instance_size = "e2-micro"
|
||||||
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"
|
||||||
|
api_public_uri = "https://api-prod.roleypoly.com"
|
|
@ -7,4 +7,6 @@ bot_instance_size = "f1-micro"
|
||||||
ui_hostnames = [
|
ui_hostnames = [
|
||||||
"stage.roleypoly.com",
|
"stage.roleypoly.com",
|
||||||
"web-stage.roleypoly.com"
|
"web-stage.roleypoly.com"
|
||||||
]
|
]
|
||||||
|
ui_public_uri = "https://stage.roleypoly.com"
|
||||||
|
api_public_uri = "https://api-stage.roleypoly.com"
|
Loading…
Add table
Reference in a new issue