mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 21:47:02 +00:00
13 lines
197 B
TOML
13 lines
197 B
TOML
[database]
|
|
mongodb = "mongodb://localhost"
|
|
redis = "redis://localhost/"
|
|
|
|
[rabbit]
|
|
host = "127.0.0.1"
|
|
port = 5672
|
|
username = "rabbituser"
|
|
password = "rabbitpass"
|
|
|
|
[features]
|
|
webhooks_enabled = true
|