From 1f7f98f6b8c1f0a797bf411790f7416d3e72694e Mon Sep 17 00:00:00 2001 From: Hippo Date: Thu, 3 Oct 2019 16:30:07 +0530 Subject: [PATCH] Enable SSL for MySQL connection --- bin/create-config | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/create-config b/bin/create-config index 6b29021..c1cd56a 100755 --- a/bin/create-config +++ b/bin/create-config @@ -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: {