Initial commit: site monorepo with API, web, and infra.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
влад
2026-07-16 10:11:54 +03:00
co-authored by Cursor
commit 016910ffb7
447 changed files with 73972 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
DATABASE_URL=postgresql+psycopg://test:test@localhost:5433/compton_test
REDIS_URL=redis://localhost:6380/0
JWT_ACCESS_SECRET=test-access-secret-32-bytes-minimum
JWT_REFRESH_PEPPER=test-refresh-pepper-32-bytes-min
JWT_ACCESS_TTL_MIN=15
JWT_REFRESH_TTL_DAYS=30
ENABLE_DOCS=true
CORS_ORIGINS=["http://localhost:5175"]
EMAIL_DELIVERY_MODE=memory
STORAGE_MODE=memory
ENABLE_TEST_ROUTES=true