# Async database connection
# Postgres example
# DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/my_database
# SQLite example
DATABASE_URL=sqlite+aiosqlite:///my_database.db

#Enable or disable dev mode. It will log additional console information.
DEV_MODE=true

# Allowed oeirings.
ALLOW_ORIGINS = ["http://localhost:3000"]
