# SQLite by default — no external service required.
# Switch to PostgreSQL by pointing DATABASE_URL at an asyncpg DSN, e.g.
# DATABASE_URL=postgresql+asyncpg://user:password@localhost:5432/app
DATABASE_URL=sqlite+aiosqlite:///./app.db

SECRET_KEY=changethis
ENVIRONMENT=development
