Files
mygo/config.example.yaml
Huxley 54f0deadbc Add initial framework of configuration.
feat: configuration file system of app.

Note: still work in progress.
2026-04-27 16:55:58 +08:00

18 lines
244 B
YAML

server:
host: 0.0.0.0
port: 10086
database:
driver: sqlite3
path: data/mygo.db
storage:
driver: local
local:
path: data/files
jwt:
secret: change-me-in-production
access_ttl: 15m
refresh_ttl: 168h