We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825d263 commit ec692b1Copy full SHA for ec692b1
src/config/dynamic/resolvers/clusters.ts
@@ -15,11 +15,11 @@ const getArrayFromCommaSeparatedString = (
15
export default function clusters() {
16
const clusterNames = getArrayFromCommaSeparatedString(
17
process.env.CADENCE_CLUSTERS_NAMES,
18
- ['default']
+ ['cluster0']
19
);
20
const peers = getArrayFromCommaSeparatedString(
21
process.env.CADENCE_GRPC_PEERS,
22
- ['127.0.0.1:7933']
+ ['127.0.0.1:7833']
23
24
25
const serviceNames = getArrayFromCommaSeparatedString(
0 commit comments