mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
docs: update docs regarding to settings v2
This commit is contained in:
parent
60034145fa
commit
80cb8e1151
39 changed files with 1080 additions and 321 deletions
|
@ -37,7 +37,7 @@ type settingsV2 struct {
|
|||
// Cosy
|
||||
App settings.App
|
||||
Server settings.Server
|
||||
DataBase settings.DataBase
|
||||
DataBase Database
|
||||
// Nginx UI
|
||||
Auth Auth
|
||||
Casdoor Casdoor
|
||||
|
@ -121,7 +121,7 @@ func Migrate(confPath string) {
|
|||
// Cosy
|
||||
app := &settings.App{}
|
||||
server := &settings.Server{}
|
||||
database := &settings.DataBase{}
|
||||
database := &Database{}
|
||||
// Nginx UI
|
||||
auth := &Auth{}
|
||||
casdoor := &Casdoor{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue