Skip to content
Snippets Groups Projects
Commit 97528151 authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

psycopg2 sucks...

parent fd4bb319
Branches
No related tags found
No related merge requests found
Pipeline #103993 passed
......@@ -899,7 +899,6 @@ def initEnv():
"user" : os.getenv('DB_USER'),
"password" : os.getenv('DB_PWD'),
"database" : os.getenv('DB_NAME'),
"schema" : os.getenv('DB_SCHEMA').strip(),
"options" : "-c search_path="+os.getenv('DB_SCHEMA').strip(),
"keepalives" : 1,
"keepalives_idle" : 5,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment