feat: T03+T04 backend - FastAPI, DB models, Rentman integration, admin auth, APScheduler
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user