mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-05-06 13:48:52 +00:00
14 lines
554 B
YAML
14 lines
554 B
YAML
debug: false
|
|
httpport: 80
|
|
language: nz_language
|
|
grpcport: nz_grpc_port
|
|
oauth2:
|
|
type: "nz_oauth2_type" #Oauth2 登录接入类型,github/gitlab/jihulab/gitee
|
|
admin: "nz_admin_logins" #管理员列表,半角逗号隔开
|
|
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 字段名,可不改
|
|
theme: "default"
|