fix: make docker the default connection for config

This commit is contained in:
IAmTomahawkx
2024-11-28 15:44:00 -08:00
parent 75a07a84c0
commit 72e3129557

View File

@@ -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]