mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
init database constructor
This commit is contained in:
parent
7ac9260ba7
commit
2053ab01de
5 changed files with 71 additions and 5 deletions
10
config.json
10
config.json
|
|
@ -2,6 +2,12 @@
|
|||
"app":
|
||||
{
|
||||
"theme":"Default",
|
||||
"database":
|
||||
{
|
||||
"name":"database.sqlite",
|
||||
"username":null,
|
||||
"password":null
|
||||
},
|
||||
"header":
|
||||
{
|
||||
"enabled":true,
|
||||
|
|
@ -123,6 +129,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"history":
|
||||
{
|
||||
"enabled":true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue