Fix typo in last commit :P
This commit is contained in:
parent
553da0b616
commit
a9d939a939
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue