From 1f6e787619a41a924abf2523d25206c751e7ae3d Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 4 Jan 2024 12:02:29 +0000 Subject: [PATCH] ci: set CODER_VERBOSE=true for fly.io wsproxies --- .github/fly-wsproxies/paris-coder.toml | 1 + .github/fly-wsproxies/sao-paulo-coder.toml | 1 + .github/fly-wsproxies/sydney-coder.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/fly-wsproxies/paris-coder.toml b/.github/fly-wsproxies/paris-coder.toml index 1b33fc2463114..a68ceff07dee5 100644 --- a/.github/fly-wsproxies/paris-coder.toml +++ b/.github/fly-wsproxies/paris-coder.toml @@ -13,6 +13,7 @@ primary_region = "cdg" CODER_HTTP_ADDRESS = "0.0.0.0:3000" CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com" CODER_WILDCARD_ACCESS_URL = "*--apps.paris.fly.dev.coder.com" + CODER_VERBOSE = "true" [http_service] internal_port = 3000 diff --git a/.github/fly-wsproxies/sao-paulo-coder.toml b/.github/fly-wsproxies/sao-paulo-coder.toml index c3b614e3e3ed4..0866d61af45a2 100644 --- a/.github/fly-wsproxies/sao-paulo-coder.toml +++ b/.github/fly-wsproxies/sao-paulo-coder.toml @@ -13,6 +13,7 @@ primary_region = "gru" CODER_HTTP_ADDRESS = "0.0.0.0:3000" CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com" CODER_WILDCARD_ACCESS_URL = "*--apps.sao-paulo.fly.dev.coder.com" + CODER_VERBOSE = "true" [http_service] internal_port = 3000 diff --git a/.github/fly-wsproxies/sydney-coder.toml b/.github/fly-wsproxies/sydney-coder.toml index 98798f188df73..b2fd4d8ed55cf 100644 --- a/.github/fly-wsproxies/sydney-coder.toml +++ b/.github/fly-wsproxies/sydney-coder.toml @@ -13,6 +13,7 @@ primary_region = "syd" CODER_HTTP_ADDRESS = "0.0.0.0:3000" CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com" CODER_WILDCARD_ACCESS_URL = "*--apps.sydney.fly.dev.coder.com" + CODER_VERBOSE = "true" [http_service] internal_port = 3000