15 lines
406 B
Bash
15 lines
406 B
Bash
|
|
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
|