DATABASE_URL=sqlite+aiosqlite:///./test.db
REDIS_URL=redis://localhost:6379
ENVIRONMENT=testing
LOG_LEVEL=info
SECRET_KEY=test-secret-key-for-testing-only
CORS_ORIGINS=http://localhost:3000