@routr/one 2.0.22 → 2.0.23

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/dist/envs.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export declare const BIND_ADDR: string;
2
- export declare const PROCESSOR_ADDR: string;
3
2
  export declare const EDGEPORT_RUNNER: string;
4
3
  export declare const RTPENGINE_HOST: string;
5
4
  export declare const RTPENGINE_PORT: number;
package/dist/envs.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
- var _a, _b, _c, _d;
2
+ var _a, _b, _c;
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.DOCKER = exports.RTPENGINE_PORT = exports.RTPENGINE_HOST = exports.EDGEPORT_RUNNER = exports.PROCESSOR_ADDR = exports.BIND_ADDR = void 0;
4
+ exports.DOCKER = exports.RTPENGINE_PORT = exports.RTPENGINE_HOST = exports.EDGEPORT_RUNNER = exports.BIND_ADDR = void 0;
5
5
  /*
6
6
  * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
7
7
  * http://github.com/fonoster
@@ -23,10 +23,9 @@ exports.DOCKER = exports.RTPENGINE_PORT = exports.RTPENGINE_HOST = exports.EDGEP
23
23
  const common_1 = require("@routr/common");
24
24
  common_1.Assertions.assertEnvsAreSet(["RTPENGINE_HOST", "DATABASE_URL"]);
25
25
  exports.BIND_ADDR = (_a = process.env.BIND_ADDR) !== null && _a !== void 0 ? _a : "0.0.0.0:51904";
26
- exports.PROCESSOR_ADDR = (_b = process.env.PROCESSOR_ADDR) !== null && _b !== void 0 ? _b : "localhost:51901";
27
- exports.EDGEPORT_RUNNER = (_c = process.env.EDGEPORT_RUNNER) !== null && _c !== void 0 ? _c : "/opt/routr/edgeport.sh";
26
+ exports.EDGEPORT_RUNNER = (_b = process.env.EDGEPORT_RUNNER) !== null && _b !== void 0 ? _b : "/opt/routr/edgeport.sh";
28
27
  exports.RTPENGINE_HOST = process.env.RTPENGINE_HOST;
29
28
  exports.RTPENGINE_PORT = process.env.RTPENGINE_PORT
30
29
  ? parseInt(process.env.RTPENGINE_PORT)
31
30
  : 2223;
32
- exports.DOCKER = (_d = process.env.DOCKER) !== null && _d !== void 0 ? _d : false;
31
+ exports.DOCKER = (_c = process.env.DOCKER) !== null && _c !== void 0 ? _c : false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routr/one",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "description": "Bundle server with everything needed to run Routr Connect",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/routr#readme",
@@ -40,5 +40,5 @@
40
40
  "bugs": {
41
41
  "url": "https://github.com/fonoster/routr/issues"
42
42
  },
43
- "gitHead": "acdbbb654d3066d0fdedecc29fbf0b65fbd22788"
43
+ "gitHead": "9cdc16a8ec15dabf9d47e7305c15b15fec10c8ac"
44
44
  }