This commit is contained in:
2024-03-14 19:27:37 +00:00
commit 0fe956dc48
27 changed files with 1498 additions and 0 deletions

6
config/api_config.yml Normal file
View File

@@ -0,0 +1,6 @@
db:
host: "localhost"
port: 5432
database: "serviceman_db"
user: "demo_user"
password: "user_pass"