Compare commits

...
1 Commits
Author SHA1 Message Date
IAmTomahawkx 72e3129557 fix: make docker the default connection for config 2024-11-28 15:44:00 -08:00
+3 -3
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]