mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 00:59:09 +00:00
blackhole non-roleypoly traffic
This commit is contained in:
parent
16b614c180
commit
d9508b0b41
6 changed files with 56 additions and 14 deletions
|
@ -10,4 +10,8 @@ ui_regions = [
|
|||
"asia-southeast1"
|
||||
]
|
||||
deploy_bot = true
|
||||
bot_instance_size = "e2-micro"
|
||||
bot_instance_size = "e2-micro"
|
||||
ui_hostnames = [
|
||||
"next.roleypoly.com",
|
||||
"web-prod.roleypoly.com"
|
||||
]
|
|
@ -2,5 +2,9 @@ environment_tag = "stage"
|
|||
ui_regions = [
|
||||
"us-east4"
|
||||
]
|
||||
deploy_bot = true
|
||||
deploy_bot = false
|
||||
bot_instance_size = "f1-micro"
|
||||
ui_hostnames = [
|
||||
"stage.roleypoly.com",
|
||||
"web-stage.roleypoly.com"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue