mirror of
https://github.com/Permissionless-Software-Foundation/bch-email-api.git
synced 2026-09-21 16:52:04 -07:00
7 lines
146 B
JavaScript
7 lines
146 B
JavaScript
module.exports = {
|
|
port: process.env.PORT || 5000,
|
|
postgresHost: 'http://127.0.0.1',
|
|
postgresUser: 'postgres',
|
|
postgresPass: 'postgres'
|
|
}
|