module.exports = { redis: { host: 'localhost', port: '6379', password: ']34YzQhBQc', keyPrefix: '', }, mariadbfuxi: { username: 'slibra', password: 'slibra1234', host: '8.140.54.35', database: 'fuxicarbon', port: 3306, }, mariadb: { username: 'insight', password: 'insightqqwerd', host: '8.140.54.35', database: 'insight', port: 3306, }, qiniu: { ACCESS_KEY: 'z7EU9DhXbF9Y0J462Qmo8a8HvCOu5KUhR3PiGN-9', SECRET_KEY: 't6LGwyfl4gFbckQtyk2QUYW1162u5e7oZh9Ixsnd', bucket: 'fuxicarbon', endpoint: 'https://static.fuxicarbon.com/', prefix: 'insight/', // 有的话 带/ }, };