mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
34 lines
458 B
INI
34 lines
458 B
INI
[server]
|
|
HttpPort = 9000
|
|
RunMode = debug
|
|
JwtSecret =
|
|
Email =
|
|
HTTPChallengePort = 9180
|
|
StartCmd = login
|
|
Database = database
|
|
CADir =
|
|
Demo =
|
|
|
|
[nginx]
|
|
AccessLogPath = /var/log/nginx/access.log
|
|
ErrorLogPath = /var/log/nginx/error.log
|
|
ConfigDir =
|
|
PIDPath =
|
|
TestConfigCmd =
|
|
ReloadCmd =
|
|
RestartCmd =
|
|
|
|
[openai]
|
|
Model =
|
|
BaseUrl =
|
|
Proxy =
|
|
Token =
|
|
|
|
[casdoor]
|
|
Endpoint =
|
|
ClientId =
|
|
ClientSecret =
|
|
Certificate =
|
|
Organization =
|
|
Application =
|
|
RedirectUri =
|