mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
19 lines
No EOL
411 B
HCL
19 lines
No EOL
411 B
HCL
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-micro"
|
|
ui_hostnames = [
|
|
"next.roleypoly.com",
|
|
"web-prod.roleypoly.com"
|
|
]
|
|
ui_public_uri = "https://next.roleypoly.com"
|
|
api_public_uri = "https://api-prod.roleypoly.com" |