mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
fix: make docker the default connection for config
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user