mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 00:59:09 +00:00
chore: commit forgotten terraform changes for allowed_callback_hosts
This commit is contained in:
parent
3388e091c1
commit
8431df784f
5 changed files with 19 additions and 5 deletions
|
@ -15,5 +15,6 @@ ui_hostnames = [
|
|||
"next.roleypoly.com",
|
||||
"web-prod.roleypoly.com"
|
||||
]
|
||||
ui_public_uri = "https://next.roleypoly.com"
|
||||
api_public_uri = "https://api-prod.roleypoly.com"
|
||||
ui_public_uri = "https://next.roleypoly.com"
|
||||
api_public_uri = "https://api-prod.roleypoly.com"
|
||||
allowed_callback_hosts = "https://roleypoly.com,https://next.roleypoly.com"
|
|
@ -8,5 +8,6 @@ ui_hostnames = [
|
|||
"stage.roleypoly.com",
|
||||
"web-stage.roleypoly.com"
|
||||
]
|
||||
ui_public_uri = "https://stage.roleypoly.com"
|
||||
api_public_uri = "https://api-stage.roleypoly.com"
|
||||
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"
|
Loading…
Add table
Add a link
Reference in a new issue