mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +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
|
@ -48,7 +48,7 @@ func InstallNginxUI(c *gin.Context) {
|
|||
settings.NodeSettings.Secret = uuid.New().String()
|
||||
settings.CertSettings.Email = json.Email
|
||||
if "" != json.Database {
|
||||
cSettings.DataBaseSettings.Name = json.Database
|
||||
settings.DatabaseSettings.Name = json.Database
|
||||
}
|
||||
|
||||
err := settings.Save()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue