common.js
796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module.exports = {
port: 6010,
mail: {
service: 'QQex',
auth: {
user: 'automan@yoho.cn',
pass: '8AE83e639d6b65f7'
}
},
yohops: {
name: 'yanqing.yang',
pwd: 'Y8682911q2'
},
build: {
outputPath: '/dist/',
publicPath: '/assets/'
},
database: {
connect: {
host: '192.168.102.219',
port: '3306',
user: 'yh_test',
password: 'yh_test',
charset: 'utf8mb4',
timezone: '+08:00'
},
database: 'ufo_sales_stats',
},
ldap: {
url: 'ldaps://172.16.50.12:636',
dcs: ['yoho01', 'local']
},
rootAccount: {
username: 'admin',
password: 'yohoadmin9646'
}
}