mirror of
https://github.com/Permissionless-Software-Foundation/bch-email-api.git
synced 2026-09-21 16:52:04 -07:00
Updating config
This commit is contained in:
+2
-2
@@ -61,8 +61,8 @@ async function startServer () {
|
||||
|
||||
async function runTest () {
|
||||
try {
|
||||
const sequelize = new Sequelize('vmail', 'postgres', 'postgres', {
|
||||
host: 'box.bchtest.net',
|
||||
const sequelize = new Sequelize('vmail', config.postgresUser, config.postgresPass, {
|
||||
host: config.postgresHost,
|
||||
dialect: 'postgres',
|
||||
|
||||
pool: {
|
||||
|
||||
Reference in New Issue
Block a user