Spaces:
Sleeping
Sleeping
Update src/config.py
Browse files- 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:
|
| 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"
|