default.js 84 B

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