Files
nebula/config.prod.yaml
2026-03-10 16:26:48 +08:00

26 lines
448 B
YAML

server:
address: ":9050"
mode: "prod"
database:
dsn: "nebula.db"
storage:
type: "local"
basePath: "./uploads"
baseUrl: "http://localhost:9050/files"
jwt:
secret: "change-this-secret-in-production"
accessTokenDuration: 7200
refreshTokenDuration: 604800
frontend:
enabled: true
path: "./web/dist"
# ⚠️ 生产环境管理员账号 - 请务必修改密码!
admin:
username: "admin"
password: "CHANGE_THIS_PASSWORD"