Skip to content

Commit a70f872

Browse files
authored
Update settings.py
1 parent a713bb5 commit a70f872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class Settings(BaseSettings):
77
API_TOKEN: str
8-
DATABASE_URL: str = "postgresql+asyncpg://postgres:postgres@localhost:5432/bot_db"
8+
DATABASE_URL: str
99
REMINDER_OFFSETS: List[int] = [21, 14, 7, 3, 1]
1010
DEBUG: bool = False
1111

0 commit comments

Comments
 (0)