export default { port: 1337, // mongodb连接配置 dbUri: 'mongodb://localhost:27017/shinp', dbUser: 'root', dbPassword: '123', dbAuthSource: 'admin', }