first commit

This commit is contained in:
ekazak
2022-12-14 12:36:37 +01:00
parent daedbff293
commit 2bde5c709a
18 changed files with 570 additions and 2 deletions

6
configs/db.json Normal file
View File

@@ -0,0 +1,6 @@
{
"db": {
"host": "mongo_book_meta",
"database": "mongo_book_meta"
}
}