@photon-cli/flux 0.2.3 → 0.2.5
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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +4 -4
package/dist/cli.js
CHANGED
|
@@ -52080,7 +52080,7 @@ async function createGrpcClient(address, ...serviceImpls) {
|
|
|
52080
52080
|
grpcClientInstance.bindFns();
|
|
52081
52081
|
return grpcClientInstance;
|
|
52082
52082
|
}
|
|
52083
|
-
var GRPC_SERVER_ADDRESS = process.env.FLUX_SERVER_ADDRESS || "
|
|
52083
|
+
var GRPC_SERVER_ADDRESS = process.env.FLUX_SERVER_ADDRESS || "fluxy.photon.codes:443";
|
|
52084
52084
|
var CONFIG_DIR = path__namespace.join(process.env.HOME || "~", ".flux");
|
|
52085
52085
|
var CONFIG_FILE = path__namespace.join(CONFIG_DIR, "config.json");
|
|
52086
52086
|
var AGENT_FILE_NAME = "agent.ts";
|