diff --git a/crates/core/config/Revolt.toml b/crates/core/config/Revolt.toml index e1816597..3871da67 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]