uploaded base code

This commit is contained in:
2025-03-15 18:28:52 +02:00
parent dd379a6f5c
commit 4066abb255
10 changed files with 302 additions and 0 deletions

15
config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"database": {
"host": "localhost",
"user": "root",
"password": "password",
"database": "storage_room"
},
"matrix_size": {
"rows": 10,
"columns": 10
},
"skip_n": true,
"rtl": true,
"language": "he"
}