From 8bb44593f330af761b2ec595cbf694777f905070 Mon Sep 17 00:00:00 2001 From: Phil Date: Thu, 13 Oct 2022 17:19:50 +0100 Subject: [PATCH] Updated dev config to point to new Twitch dev bot hosting location. (#1044) --- common/envs/dev.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/envs/dev.ts b/common/envs/dev.ts index ff3fd37d..78c48264 100644 --- a/common/envs/dev.ts +++ b/common/envs/dev.ts @@ -16,7 +16,6 @@ export const DEV_CONFIG: EnvConfig = { cloudRunId: 'w3txbmd3ba', cloudRunRegion: 'uc', amplitudeApiKey: 'fd8cbfd964b9a205b8678a39faae71b3', - // this is Phil's deployment - twitchBotEndpoint: 'https://king-prawn-app-5btyw.ondigitalocean.app', + twitchBotEndpoint: 'https://dev-twitch-bot.manifold.markets', sprigEnvironmentId: 'Tu7kRZPm7daP', }