production.js 82 B

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