@weshare/crd
Version:
12 lines (11 loc) • 441 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var path = require("path");
exports.default = {
gitConfigPath: path.join(process.cwd(), './.git/config'),
baseUrl: 'http://111.229.1.100:7001',
api: '/weshare/api/addCommit',
// 腾讯企业邮箱service 可选项详情: https://nodemailer.com/smtp/well-known/
emailService: 'QQex',
emailReceiver: 'lilingyun@weshare.com.cn',
};