Update admin theme/layout and refresh README details.

Align the project baseline with the latest admin interface styling and layout structure while documenting setup and usage updates in README.
This commit is contained in:
vlad
2026-07-14 17:12:28 +03:00
commit 86cc3fa541
278 changed files with 19416 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