Рефакторинг

This commit is contained in:
Anton Kamalov
2024-10-22 01:38:20 +03:00
parent d1f513e106
commit 6d8973487f
10 changed files with 19 additions and 31 deletions

7
App/Database/config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"host": "localhost",
"port": 3306,
"user": "manager",
"password": "ilikepizza",
"db": "sklad"
}