|
|
@@ -307,8 +307,23 @@
|
|
|
* Settings specific to testing builds.
|
|
|
*/
|
|
|
"testing": {
|
|
|
+ "output": {
|
|
|
+ "appCache": {
|
|
|
+ "enable": true,
|
|
|
+ "path": "cache.appcache"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "loader": {
|
|
|
+ "cache": "${build.timestamp}"
|
|
|
+ },
|
|
|
+ "cache": {
|
|
|
+ "enable": true
|
|
|
+ },
|
|
|
+ "compressor": {
|
|
|
+ "type": "yui"
|
|
|
+ },
|
|
|
"server": {
|
|
|
- "basePath": "https://saas-test-api.usoftchina.com",
|
|
|
+ "basePath": "https://school-api.ydyhz.com",
|
|
|
"urlPattern": "^\/api\/"
|
|
|
}
|
|
|
},
|
|
|
@@ -321,7 +336,7 @@
|
|
|
"delay": 250
|
|
|
},
|
|
|
"server": {
|
|
|
- "basePath": "https://school-api.ubtob.com",
|
|
|
+ "basePath": "http://10.1.80.47:9520",
|
|
|
"urlPattern": "^\/api\/"
|
|
|
}
|
|
|
},
|