Files
bch-email-api/config/env/common.js
T
2019-01-21 16:15:26 -08:00

7 lines
146 B
JavaScript

module.exports = {
port: process.env.PORT || 5000,
postgresHost: 'http://127.0.0.1',
postgresUser: 'postgres',
postgresPass: 'postgres'
}