adspower-browser 2.0.0-beta.1 → 2.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cli/index.js CHANGED
@@ -555,7 +555,7 @@ function parseArgs() {
555
555
  }
556
556
  }
557
557
  return {
558
- port: port || process.env.PORT || "50326",
558
+ port: port || process.env.PORT || "50325",
559
559
  apiKey: apiKey || process.env.API_KEY
560
560
  };
561
561
  }