Change MySQL to not use JawsDB (hopefully)
This commit is contained in:
parent
165765969b
commit
553da0b616
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ function createConfig() {
|
||||||
storage: storage,
|
storage: storage,
|
||||||
database: {
|
database: {
|
||||||
client: 'mysql',
|
client: 'mysql',
|
||||||
connection: getMysqlConfig(envValues.mysqlDatabaseUrl),
|
// connection: getMysqlConfig(envValues.mysqlDatabaseUrl),
|
||||||
|
connection: getMysqlConfig(process.JAWSDB_URL),
|
||||||
pool: { min: 0, max: 5 },
|
pool: { min: 0, max: 5 },
|
||||||
debug: false
|
debug: false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue