From 72e312955745f2159bbdac975f09a9b7561bd019 Mon Sep 17 00:00:00 2001 From: IAmTomahawkx Date: Thu, 28 Nov 2024 15:44:00 -0800 Subject: [PATCH] fix: make docker the default connection for config --- crates/core/config/Revolt.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/core/config/Revolt.toml b/crates/core/config/Revolt.toml index e18165972..3871da679 100644 --- a/crates/core/config/Revolt.toml +++ b/crates/core/config/Revolt.toml @@ -21,10 +21,10 @@ voso_legacy = "" voso_legacy_ws = "" [rabbit] -host = "127.0.0.1" +host = "rabbit" port = 5672 -username = "guest" -password = "guest" +username = "rabbituser" +password = "rabbitpass" [api]