UNPKG

dflzm

Version:

x

16 lines (13 loc) 288 B
const port = 3040 const domain = {} if (process.env.NODE_ENV === 'development') { domain.web = 'http://0.0.0.0:3040' domain.static = 'http://0.0.0.0:3040' } else { domain.web = 'http://0.0.0.0:3040' domain.static = 'http://0.0.0.0:3040' } module.exports = { port, domain, }