docs: add some notes on overrides; fix defaults

This commit is contained in:
Paul Makles
2025-02-10 17:21:23 +00:00
committed by Zomatree
parent 343b90b9af
commit e8cb0bb88a
4 changed files with 41 additions and 21 deletions

View File

@@ -4,10 +4,13 @@
[database]
# MongoDB connection URL
# Defaults to the container name specified in self-hosted
mongodb = "mongodb://127.0.0.1:14017"
mongodb = "mongodb://127.0.0.1:27017"
# Redis connection URL
# Defaults to the container name specified in self-hosted
redis = "redis://127.0.0.1:14079/"
redis = "redis://127.0.0.1:6379/"
[rabbit]
host = "127.0.0.1"
[hosts]
# Web locations of various services