forked from nixcn/nixcn-cms
29 lines
522 B
YAML
29 lines
522 B
YAML
server:
|
|
application: nixcn-cms
|
|
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: 10m
|
|
jwt_ttl: 15s
|
|
refresh_ttl: 48h
|