nezha/script/config.yaml

12 lines
493 B
YAML
Raw Normal View History

2020-11-29 09:17:40 -05:00
debug: true
httpport: 80
oauth2:
type: "nz_oauth2_type" #Oauth2 登录接入类型gitee/github
admin: "nz_admin_logins" #管理员列表,半角逗号隔开
2020-11-29 09:17:40 -05:00
clientid: "nz_github_oauth_client_id" # 在 https://github.com/settings/developers 创建,无需审核 Callback 填 http(s)://域名或IP/oauth2/callback
clientsecret: "nz_github_oauth_client_secret"
site:
brand: "nz_site_title"
cookiename: "nezha-dashboard" #浏览器 Cookie 字段名,可不改
2020-12-09 06:05:40 -05:00
theme: "default"