Добавлен API Квартплаты

This commit is contained in:
Gitea
2022-04-28 12:38:12 +09:00
parent 70aaff37f1
commit af49bdf6ec
67 changed files with 2035 additions and 58 deletions

12
kv/settings Normal file
View File

@ -0,0 +1,12 @@
{
"database": {
"engine": "mssql+pyodbc",
"name": "Kvartplata",
"host": "kts-srv",
"user": "sa",
"password": "gjghj,eqgjl,thb",
"options": {
"driver": "SQL Server"
}
}
}