Files
stoatchat/crates/core/config/Revolt.test.toml
2026-03-29 05:37:43 +01:00

13 lines
234 B
TOML

[database]
mongodb = "mongodb://localhost?directConnection=true&replicaSet=rs0"
redis = "redis://localhost/"
[rabbit]
host = "127.0.0.1"
port = 5672
username = "rabbituser"
password = "rabbitpass"
[features]
webhooks_enabled = true