From 553da0b61644f4b5317d0dca30a69f1051e92698 Mon Sep 17 00:00:00 2001 From: Hippo Date: Thu, 26 Sep 2019 21:31:19 +0530 Subject: [PATCH] Change MySQL to not use JawsDB (hopefully) --- bin/create-config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/create-config b/bin/create-config index 67d1f5c..2a8ea82 100755 --- a/bin/create-config +++ b/bin/create-config @@ -92,7 +92,8 @@ function createConfig() { storage: storage, database: { client: 'mysql', - connection: getMysqlConfig(envValues.mysqlDatabaseUrl), +// connection: getMysqlConfig(envValues.mysqlDatabaseUrl), + connection: getMysqlConfig(process.JAWSDB_URL), pool: { min: 0, max: 5 }, debug: false },