Files
logistics/config.json
2025-03-15 18:28:52 +02:00

15 lines
276 B
JSON

{
"database": {
"host": "localhost",
"user": "root",
"password": "password",
"database": "storage_room"
},
"matrix_size": {
"rows": 10,
"columns": 10
},
"skip_n": true,
"rtl": true,
"language": "he"
}