Tahasaif3 commited on
Commit
12ce5a9
·
verified ·
1 Parent(s): 1c7ce2a

Update src/config.py

Browse files
Files changed (1) hide show
  1. src/config.py +1 -1
src/config.py CHANGED
@@ -4,7 +4,7 @@ from typing import Optional
4
 
5
  class Settings(BaseSettings):
6
  # Database
7
- DATABASE_URL: str = "postgresql://neondb_owner:npg_LsojKQF8bGn2@ep-mute-pine-a4g0wfsu-pooler.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=require"
8
 
9
  # Auth
10
  BETTER_AUTH_SECRET: str = "your-secret-key-change-in-production"
 
4
 
5
  class Settings(BaseSettings):
6
  # Database
7
+ DATABASE_URL: str = "postgresql://neondb_owner:npg_Imp6l1hHrFso@ep-red-night-admn9jjs-pooler.c-2.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=require"
8
 
9
  # Auth
10
  BETTER_AUTH_SECRET: str = "your-secret-key-change-in-production"