|
DATABASE_URL=sqlite+aiosqlite:///./test.db
|
|
REDIS_URL=redis://localhost:6379
|
|
ENVIRONMENT=testing
|
|
LOG_LEVEL=info
|
|
JWT_SECRET=test-jwt-secret-for-testing-at-least-32-characters-long
|
|
SECRET_KEY=test-secret-key-for-testing-only
|
|
CORS_ORIGINS=http://localhost:3000
|