This commit is contained in:
2024-03-04 07:12:29 +03:00
commit 4df5770e76
36 changed files with 2369 additions and 0 deletions

7
config/api_config.yml Normal file
View File

@@ -0,0 +1,7 @@
db:
host: "db"
port: "5432"
database: "serviceman_db"
user: "demo_user"
password: "user_pass"
echo: true

0
config/bot_config.toml Normal file
View File