some basic structure

This commit is contained in:
2024-03-14 23:01:58 +03:00
parent 0fe956dc48
commit 029238a9ef
13 changed files with 404 additions and 100 deletions

View File

@@ -1,6 +1,10 @@
db:
host: "localhost"
port: 5432
database: "serviceman_db"
user: "demo_user"
password: "user_pass"
pg_host: "localhost"
pg_port: 5432
pg_db: "serviceman_db"
pg_user: "demo_user"
pg_pass: "user_pass"
redis:
redis_host: "localhost"
redis_port: 3333