36 lines
801 B
JavaScript
Executable File
36 lines
801 B
JavaScript
Executable File
module.exports = {
|
|
// 系统名称
|
|
name: "爱尚家",
|
|
// 应用ID
|
|
appId: 10100,
|
|
// 租户ID
|
|
tenantId: 10058,
|
|
// 应用秘钥
|
|
appSecret: '1f1d186d98ea4620ac65afbf34940051',
|
|
|
|
// 开发环境
|
|
// apiUrl: "http://127.0.0.1:9095/api",
|
|
// socketUrl: 'ws://localhost:9190',
|
|
// fileUrl: 'https://file.wsdns.cn',
|
|
|
|
// 测试环境
|
|
// apiUrl: 'https://server.gxwebsoft.com/api',
|
|
// socketUrl: 'wss://server.gxwebsoft.com',
|
|
fileUrl: 'https://file.wsdns.com',
|
|
|
|
// 生产环境
|
|
apiUrl: 'https://open.gxwebsoft.com/api',
|
|
socketUrl: 'wss://server.gxwebsoft.com',
|
|
|
|
// fileUrl: 'https://oss.jimeigroup.cn',
|
|
|
|
// 游客 userId
|
|
userId: 3373,
|
|
// 用户ID前缀
|
|
userIdPrefix: 6675,
|
|
// AccessKeyID
|
|
accessKey: 'AI4TyZKCjOUwfq2qtZ',
|
|
// AccessSecret
|
|
accessSecret: 'rITq2UmCZ3FVEfMBbzVQoqlfjedFREwh'
|
|
|
|
} |