mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
39 lines
561 B
INI
39 lines
561 B
INI
[server]
|
|
HttpPort = 9000
|
|
RunMode = debug
|
|
JwtSecret =
|
|
Email =
|
|
HTTPChallengePort = 9180
|
|
StartCmd = login
|
|
Database = database
|
|
CADir =
|
|
Demo =
|
|
CasdoorEndpoint =
|
|
CasdoorClientId =
|
|
CasdoorClientSecret =
|
|
CasdoorCertificate =
|
|
CasdoorOrganization =
|
|
CasdoorApplication =
|
|
CasdoorRedirectUri =
|
|
|
|
[nginx]
|
|
AccessLogPath = /var/log/nginx/access.log
|
|
ErrorLogPath = /var/log/nginx/error.log
|
|
ConfigDir =
|
|
PIDPath =
|
|
TestConfigCmd =
|
|
ReloadCmd =
|
|
RestartCmd =
|
|
|
|
[openai]
|
|
Model =
|
|
BaseUrl =
|
|
Proxy =
|
|
Token =
|
|
|
|
[git]
|
|
Url =
|
|
AuthMethod =
|
|
Username =
|
|
Password =
|
|
PrivateKeyFile =
|