production.js 84 B

123456
  1. 'use strict';
  2. module.exports = {
  3. port: 80,
  4. url: 'mongodb://localhost:27017/elm'
  5. }