Enable SSL for MySQL connection
This commit is contained in:
parent
50755a0c0d
commit
1f7f98f6b8
1 changed files with 1 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue