Docfile commited on
Commit
d376583
·
verified ·
1 Parent(s): 00e0ffd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- #conn = psycopg2.connect("postgres://default:[email protected]:5432/verceldb?sslmode=require")
69
- conn = psycopg2.connect("postgres://default:[email protected]: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__)