Skip to content

Commit

Permalink
fix: make docker the default connection for config
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTomahawkx committed Nov 28, 2024
1 parent 75a07a8 commit 72e3129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/core/config/Revolt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 72e3129

Please sign in to comment.