Enable SSL for MySQL connection

This commit is contained in:
Hippo 2019-10-03 16:30:07 +05:30
parent 50755a0c0d
commit 1f7f98f6b8
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ function createConfig() {
// connection: getMysqlConfig(envValues.mysqlDatabaseUrl),
connection: getMysqlConfig(process.env.JAWSDB_URL),
pool: { min: 0, max: 5 },
ssl: true,
debug: false
},
server: {