Files
ipwa-selfhosted/config/usettings.json

30 lines
389 B
JSON

{
"keyrooms": [],
"cleanThings": [
"test 1",
"test 2",
"test 3"
],
"rooms": [
1,
2,
3
],
"menu": {
"defaultItems": {
"sn": [
"Pieczywo 2",
"Masło 1",
"Herbata",
"Cytryna"
],
"kol": [
"Pieczywo 2",
"Masło 1",
"Dżem",
"Herbata",
"Cytryna"
]
}
}
}