fix: make docker the default connection for config
This commit is contained in:
@@ -21,10 +21,10 @@ voso_legacy = ""
|
|||||||
voso_legacy_ws = ""
|
voso_legacy_ws = ""
|
||||||
|
|
||||||
[rabbit]
|
[rabbit]
|
||||||
host = "127.0.0.1"
|
host = "rabbit"
|
||||||
port = 5672
|
port = 5672
|
||||||
username = "guest"
|
username = "rabbituser"
|
||||||
password = "guest"
|
password = "rabbitpass"
|
||||||
|
|
||||||
[api]
|
[api]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user