Added essential files

This commit is contained in:
2025-03-12 20:02:41 +01:00
parent f58754d0ab
commit 3c6fd5ae40
8 changed files with 116 additions and 0 deletions

4
config/keys.json Normal file
View File

@@ -0,0 +1,4 @@
{
"publicKey": "",
"privateKey": ""
}

8
config/options.json Normal file
View File

@@ -0,0 +1,8 @@
{
"news": true,
"menu": true,
"notif": false,
"groups": true,
"clean": true,
"key": true
}

22
config/usettings.json Normal file
View File

@@ -0,0 +1,22 @@
{
"keyrooms": [],
"cleanThings": [],
"rooms": [],
"menu": {
"defaultItems": {
"sn": [
"Pieczywo 2",
"Masło 1",
"Herbata",
"Cytryna"
],
"kol": [
"Pieczywo 2",
"Masło 1",
"Dżem",
"Herbata",
"Cytryna"
]
}
}
}