This commit is contained in:
2024-04-22 04:00:23 +03:00
commit b25f89e777
30 changed files with 1699 additions and 0 deletions

6
config/api_config.yml Normal file
View File

@@ -0,0 +1,6 @@
db:
pg_host: "db"
pg_port: 5432
pg_db: "flask_db"
pg_user: "demo_user"
pg_pass: "user_pass"