init database constructor

This commit is contained in:
yggverse 2024-04-14 15:07:49 +03:00
parent 7ac9260ba7
commit 2053ab01de
5 changed files with 71 additions and 5 deletions

View file

@ -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
}
}
}