feat: T03+T04 backend - FastAPI, DB models, Rentman integration, admin auth, APScheduler

This commit is contained in:
Implementation Engineer
2026-07-09 01:36:46 +02:00
parent 3bfa54b4b3
commit 88cff68f73
78 changed files with 2174 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
DATABASE_URL=sqlite+aiosqlite:///./test.db
REDIS_URL=redis://localhost:6379/0
RENTMAN_API_TOKEN=test-token
JWT_SECRET=test-secret-for-testing-only
JWT_ALGORITHM=HS256
JWT_EXPIRE_HOURS=24
SMTP_HOST=localhost
SMTP_PORT=587
SMTP_USER=test
SMTP_PASSWORD=test
SMTP_FROM=info@hms-licht-ton.de
CORS_ORIGINS=http://localhost:3000,https://hms.media-on.de
ADMIN_USERNAME=admin
ADMIN_PASSWORD=change_me_in_production