We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a713bb5 commit a70f872Copy full SHA for a70f872
src/utils/settings.py
@@ -5,7 +5,7 @@
5
6
class Settings(BaseSettings):
7
API_TOKEN: str
8
- DATABASE_URL: str = "postgresql+asyncpg://postgres:postgres@localhost:5432/bot_db"
+ DATABASE_URL: str
9
REMINDER_OFFSETS: List[int] = [21, 14, 7, 3, 1]
10
DEBUG: bool = False
11
0 commit comments