mirror of
https://github.com/Permissionless-Software-Foundation/bch-email-api.git
synced 2026-09-21 16:52:04 -07:00
forked from koa-boilerplate
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const common = require('./env/common')
|
||||
|
||||
const env = process.env.NODE_ENV || 'development'
|
||||
const config = require(`./env/${env}`)
|
||||
|
||||
module.exports = Object.assign({}, common, config)
|
||||
Reference in New Issue
Block a user