@riocrypto/common-server 1.0.1670 → 1.0.1674

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.
@@ -24,7 +24,7 @@ class ClusterClient {
24
24
  baseURL: baseUrl,
25
25
  headers: {
26
26
  Host: process.env.RIO_ENV === common_1.RioEnv.Local
27
- ? "http://localhost"
27
+ ? ""
28
28
  : process.env.RIO_ENV === common_1.RioEnv.Development
29
29
  ? "dev.riotransfer.co"
30
30
  : process.env.RIO_ENV === common_1.RioEnv.Staging
@@ -259,7 +259,7 @@ const buildClusterClient = () => __awaiter(void 0, void 0, void 0, function* ()
259
259
  throw new common_1.SecretManagerError();
260
260
  }
261
261
  const baseUrl = process.env.RIO_ENV === common_1.RioEnv.Local
262
- ? "http://localhost"
262
+ ? "http://ingress-nginx-controller.ingress-nginx.svc.cluster.local"
263
263
  : process.env.RIO_ENV === common_1.RioEnv.Development
264
264
  ? "https://dev.riotransfer.co"
265
265
  : process.env.RIO_ENV === common_1.RioEnv.Production
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1670",
3
+ "version": "1.0.1674",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",