Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,7 @@ MAX_CONTENT_LENGTH = 760 * 1024 * 1024 # 16MB max file size
|
|
65 |
|
66 |
def create_connection():
|
67 |
#le première c'est pour boma langue
|
68 |
-
|
69 |
-
conn = psycopg2.connect("postgres://default:LcAf9t8VFUgW@ep-steep-scene-a4pezmy7.us-east-1.aws.neon.tech:5432/verceldb?sslmode=require")
|
70 |
return conn
|
71 |
|
72 |
app = Flask(__name__)
|
|
|
65 |
|
66 |
def create_connection():
|
67 |
#le première c'est pour boma langue
|
68 |
+
conn = psycopg2.connect(DATABASE_URL)
|
|
|
69 |
return conn
|
70 |
|
71 |
app = Flask(__name__)
|