refacor: fully refactored infrastructure

This commit is contained in:
ITQ
2025-11-13 21:05:51 +03:00
parent 89dffcabbd
commit 436ba6b04e
17 changed files with 3735 additions and 137 deletions
@@ -0,0 +1,11 @@
[server]
host = "0.0.0.0"
port = 8080
access_log = true
[database]
url = "postgresql+psycopg://postgres:postgres@postgres:5432/postgres"
[access_token]
crypto_key = "insecure_token"
expires_in = 86400