mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
22 lines
308 B
INI
22 lines
308 B
INI
[server]
|
|
HttpPort = 9000
|
|
RunMode = debug
|
|
JwtSecret =
|
|
Email =
|
|
HTTPChallengePort = 9180
|
|
StartCmd = login
|
|
Database = database
|
|
CADir =
|
|
Demo =
|
|
GithubProxy =
|
|
NginxConfigDir =
|
|
|
|
[nginx_log]
|
|
AccessLogPath = /var/log/nginx/access.log
|
|
ErrorLogPath = /var/log/nginx/error.log
|
|
|
|
[openai]
|
|
Model =
|
|
BaseUrl =
|
|
Proxy =
|
|
Token =
|