第一次提交
This commit is contained in:
31
config.js
Executable file
31
config.js
Executable file
@@ -0,0 +1,31 @@
|
||||
module.exports = {
|
||||
// 系统名称
|
||||
name: "云芯威BMS",
|
||||
// 生产环境
|
||||
// apiUrl: "https://server.gxwebsoft.com/api",
|
||||
apiUrl: "https://open.gxwebsoft.com/api",
|
||||
// 开发环境
|
||||
// apiUrl: "http://127.0.0.1:8081/api",
|
||||
// apiUrl: "http://127.0.0.1:9090/api",
|
||||
// apiUrl: "http://chatgpt.wsdns.cn/api",
|
||||
uploadUrl: 'https://file.wsdns.cn',
|
||||
fileUrl: 'https://file.wsdns.cn',
|
||||
// 应用ID
|
||||
appId: 6,
|
||||
// 应用秘钥
|
||||
appSecret: '4af1f4d351bc43aa986319dc789ed3d6',
|
||||
// 租户ID
|
||||
tenantId: 6,
|
||||
|
||||
|
||||
|
||||
|
||||
// 注册用户的默认角色ID
|
||||
// roleId: 81
|
||||
// 商户编号
|
||||
// merchantCode: '',
|
||||
// 游客身份
|
||||
// userId: 171,
|
||||
// username: 'www',
|
||||
// password: '00KCtuhD',
|
||||
}
|
||||
Reference in New Issue
Block a user