2026-02-07 17:25:47 +00:00

4 lines
94 B
Python

import os
DATABASE_URL = os.getenv("DATABASE_URL", "sqlite+aiosqlite:///./notify_center.db")