mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
refactor: casdoor settings
This commit is contained in:
parent
ed72b67300
commit
37fa8b899f
12 changed files with 1827 additions and 544 deletions
|
@ -8,13 +8,6 @@ StartCmd = login
|
|||
Database = database
|
||||
CADir =
|
||||
Demo =
|
||||
CasdoorEndpoint =
|
||||
CasdoorClientId =
|
||||
CasdoorClientSecret =
|
||||
CasdoorCertificate =
|
||||
CasdoorOrganization =
|
||||
CasdoorApplication =
|
||||
CasdoorRedirectUri =
|
||||
|
||||
[nginx]
|
||||
AccessLogPath = /var/log/nginx/access.log
|
||||
|
@ -31,9 +24,11 @@ BaseUrl =
|
|||
Proxy =
|
||||
Token =
|
||||
|
||||
[git]
|
||||
Url =
|
||||
AuthMethod =
|
||||
Username =
|
||||
Password =
|
||||
PrivateKeyFile =
|
||||
[casdoor]
|
||||
Endpoint =
|
||||
ClientId =
|
||||
ClientSecret =
|
||||
Certificate =
|
||||
Organization =
|
||||
Application =
|
||||
RedirectUri =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue