Files
nixcn-cms/config.default.yaml
Asai Neko e87bda4f33 Modify condig file
Signed-off-by: Asai Neko <sugar@sne.moe>
2025-12-27 04:24:19 +08:00

33 lines
584 B
YAML

server:
application: example
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
search:
host: 127.0.0.1
api_key: ""
email:
resend_api_key: abc
from:
secrets:
jwt_secret: example
turnstile_secret: example
ttl:
magic_link_ttl: 10m
jwt_ttl: 15s
refresh_ttl: 7d
checkin_code_ttl: 5m