mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49: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
|
@ -15,3 +15,5 @@ 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"
|
|
@ -8,3 +8,5 @@ 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