From 244ca88645a0b19a0685a4076f50a82be266208d Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 15 Jan 2024 13:14:38 +0000 Subject: [PATCH] ci: set CODER_VERBOSE=true for fly.io wsproxies (#11405) --- .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 1b33fc2463..a68ceff07d 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 c3b614e3e3..0866d61af4 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 98798f188d..b2fd4d8ed5 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