Skip to content

Commit c3eb68a

Browse files
authored
Update CODER_WILDCARD_ACCESS_URL in fly-wsproxies configuration files (#11195)
1 parent d82ed00 commit c3eb68a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/fly-wsproxies/paris-coder.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ primary_region = "cdg"
1212
CODER_ACCESS_URL = "https://paris.fly.dev.coder.com"
1313
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
1414
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"
15-
CODER_WILDCARD_ACCESS_URL = "https://*--apps.paris.fly.dev.coder.com"
15+
CODER_WILDCARD_ACCESS_URL = "*--apps.paris.fly.dev.coder.com"
1616

1717
[http_service]
1818
internal_port = 3000

.github/fly-wsproxies/sao-paulo-coder.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ primary_region = "gru"
1212
CODER_ACCESS_URL = "https://sao-paulo.fly.dev.coder.com"
1313
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
1414
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"
15-
CODER_WILDCARD_ACCESS_URL = "https://*--apps.sao-paulo.fly.dev.coder.com"
15+
CODER_WILDCARD_ACCESS_URL = "*--apps.sao-paulo.fly.dev.coder.com"
1616

1717
[http_service]
1818
internal_port = 3000

.github/fly-wsproxies/sydney-coder.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ primary_region = "syd"
1212
CODER_ACCESS_URL = "https://sydney.fly.dev.coder.com"
1313
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
1414
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"
15-
CODER_WILDCARD_ACCESS_URL = "https://*--apps.sydney.fly.dev.coder.com"
15+
CODER_WILDCARD_ACCESS_URL = "*--apps.sydney.fly.dev.coder.com"
1616

1717
[http_service]
1818
internal_port = 3000

0 commit comments

Comments
 (0)