From a9d939a93936e9c1e593196cf251ad6c8a930a88 Mon Sep 17 00:00:00 2001 From: Hippo Date: Thu, 26 Sep 2019 21:32:30 +0530 Subject: [PATCH] Fix typo in last commit :P --- bin/create-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create-config b/bin/create-config index 2a8ea82..7719d84 100755 --- a/bin/create-config +++ b/bin/create-config @@ -93,7 +93,7 @@ function createConfig() { database: { client: 'mysql', // connection: getMysqlConfig(envValues.mysqlDatabaseUrl), - connection: getMysqlConfig(process.JAWSDB_URL), + connection: getMysqlConfig(process.env.JAWSDB_URL), pool: { min: 0, max: 5 }, debug: false },