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

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://patient_db_xa13_user:FKIcfjuDn7HCJfOAsIV43pZsUgeSJtYn@dpg-csmbgh3qf0us73fvpjsg-a.oregon-postgres.render.com/patient_db_xa13"
9
 
10
  app = FastAPI()
11
 
 
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