-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
26 lines (26 loc) · 989 Bytes
/
settings.json
File metadata and controls
26 lines (26 loc) · 989 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
{
"project": "yuanpeng-business-system",
"deploy": {
"qa": {
"servers": [{
"username": "root",
"host": "192.168.49.147"
}
],
"targetDist": "dist/yuanpeng-business-system",
"testServerDirectory": "/opt/soft/tengine/html/",
"buildIndex": "../dist/yuanpeng-business-system/index.html",
"assetsRoot": "../dist/yuanpeng-business-system",
"assetsSubDirectory": "../yuanpeng-business-system/static/",
"assetsPublicPath": "./"
},
"www": {
"targetDist": "dist__www/yuanpeng-business-system",
"feReleaseDist": "../web-release-group",
"buildIndex": "../dist__www/yuanpeng-business-system/index.html",
"assetsRoot": "../dist__www/yuanpeng-business-system",
"assetsSubDirectory": "static",
"assetsPublicPath": "//ypstore.hikememo.com/"
}
}
}