Commit 05ba6a56 authored by Rodrigo Tapia-McClung's avatar Rodrigo Tapia-McClung

Update dbconfig example ssl value

parent b7b1ca7d
......@@ -3,7 +3,7 @@
"user": "dbuser",
"password": "dbpassword",
"database": "dbname",
"ssl": true,
"ssl": {"rejectUnauthorized": false},
"port": 5432,
"max": 20,
"idleTimeoutMillis": 30000,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment