Files
nixcn-cms/config.default.yaml
Asai Neko 32a27d974a Add redis driver
Signed-off-by: Asai Neko <sugar@sne.moe>
2025-12-25 14:52:12 +08:00

27 lines
481 B
YAML

server:
address: :8000
external_url: https://example.com
debug_mode: false
file_logger: false
database:
type: postgres
host: 127.0.0.1
name: postgres
username: postgres
password: postgres
cache:
hosts: ["127.0.0.1:6379"]
master: ""
username: ""
password: ""
db: 0
email:
resend_api_key: abc
from:
secrets:
jwt_secret: something
turnstile_secret: something
ttl:
magic_link_ttl: 15000
jwt_ttl: 86400000