whistle.hedctestapi 1.1.9 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ const appSettingsDev = {
7
7
  };
8
8
  const appSettingsProd = {
9
9
  // mongodb_url: 'mongodb://admin:123456@10.130.147.133:27017,10.130.147.133:27018,10.130.147.133:27019/nohost?replicaSet=2104011535&authSource=admin',
10
- mongodb_url: 'mongodb://admin:123456@10.130.80.21:27017/nohost',
10
+ mongodb_url: 'mongodb://admin:123456@10.130.80.21:27017/nohost',
11
11
  get_apps_api: 'https://data.happyelements.cn/api/v1/app/all',
12
12
  };
13
13
  const envConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whistle.hedctestapi",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "description": "he埋点测试插件api",
5
5
  "dependencies": {
6
6
  "@nohost/connect": "^1.2.1",