mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: update demo database and app.ini; enhance: migration
This commit is contained in:
parent
f8e17dc7e4
commit
925e61abf4
8 changed files with 85 additions and 15 deletions
|
@ -4,7 +4,9 @@ type Database struct {
|
|||
Name string
|
||||
}
|
||||
|
||||
var DatabaseSettings = &Database{}
|
||||
var DatabaseSettings = &Database{
|
||||
Name: "database",
|
||||
}
|
||||
|
||||
func (d *Database) GetName() string {
|
||||
return d.Name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue