pavankm96 commited on
Commit
17f3c12
·
verified ·
1 Parent(s): 419de4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import asyncpg
5
  from datetime import datetime
6
 
7
  # PostgreSQL connection setup
8
- DB_URL = "postgresql://new_hor:R99oQ4CtlfuYx6gBepBfxC78EnRAjuFB@dpg-cudg8a2j1k6c73cnc310-a.oregon-postgres.render.com/user_db_ron3?sslmode=require"
9
 
10
  app = FastAPI()
11
 
 
5
  from datetime import datetime
6
 
7
  # PostgreSQL connection setup
8
+ DB_URL = "postgresql://brain_tumor_qhzg_user:denneCiODQcljrmEBjUFfIOWXaOsTtuu@dpg-d0apaopr0fns73cp87s0-a.oregon-postgres.render.com/brain_tumor_qhzg"
9
 
10
  app = FastAPI()
11