Skip to content

Commit 1780886

Browse files
authored
Merge branch 'main' into vivek/fix-phishing-button
2 parents c071e39 + dfb5800 commit 1780886

File tree

3 files changed

+81
-81
lines changed

3 files changed

+81
-81
lines changed

bot/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ class _VideoPermission(EnvConfig, env_prefix="video_permission_"):
385385

386386
class _Redis(EnvConfig, env_prefix="redis_"):
387387

388-
host: str = "redis.default.svc.cluster.local"
388+
host: str = "redis.databases.svc.cluster.local"
389389
password: str = ""
390390
port: int = 6379
391391
use_fakeredis: bool = False # If this is True, Bot will use fakeredis.aioredis
@@ -423,7 +423,7 @@ class _Metabase(EnvConfig, env_prefix="metabase_"):
423423

424424
username: str = ""
425425
password: str = ""
426-
base_url: str = "http://metabase.default.svc.cluster.local"
426+
base_url: str = "http://metabase.tooling.svc.cluster.local"
427427
public_url: str = "https://metabase.pythondiscord.com"
428428
max_session_age: int = 20_160
429429

0 commit comments

Comments
 (0)