mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Update CODER_WILDCARD_ACCESS_URL in fly-wsproxies configuration files (#11195)
This commit is contained in:
@@ -12,7 +12,7 @@ primary_region = "cdg"
|
||||
CODER_ACCESS_URL = "https://paris.fly.dev.coder.com"
|
||||
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
|
||||
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"
|
||||
CODER_WILDCARD_ACCESS_URL = "https://*--apps.paris.fly.dev.coder.com"
|
||||
CODER_WILDCARD_ACCESS_URL = "*--apps.paris.fly.dev.coder.com"
|
||||
|
||||
[http_service]
|
||||
internal_port = 3000
|
||||
|
||||
@@ -12,7 +12,7 @@ primary_region = "gru"
|
||||
CODER_ACCESS_URL = "https://sao-paulo.fly.dev.coder.com"
|
||||
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
|
||||
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"
|
||||
CODER_WILDCARD_ACCESS_URL = "https://*--apps.sao-paulo.fly.dev.coder.com"
|
||||
CODER_WILDCARD_ACCESS_URL = "*--apps.sao-paulo.fly.dev.coder.com"
|
||||
|
||||
[http_service]
|
||||
internal_port = 3000
|
||||
|
||||
@@ -12,7 +12,7 @@ primary_region = "syd"
|
||||
CODER_ACCESS_URL = "https://sydney.fly.dev.coder.com"
|
||||
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
|
||||
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"
|
||||
CODER_WILDCARD_ACCESS_URL = "https://*--apps.sydney.fly.dev.coder.com"
|
||||
CODER_WILDCARD_ACCESS_URL = "*--apps.sydney.fly.dev.coder.com"
|
||||
|
||||
[http_service]
|
||||
internal_port = 3000
|
||||
|
||||
Reference in New Issue
Block a user