default.js 83 B

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