diff options
Diffstat (limited to 'controlloop/common/feature-controlloop-management')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties index 8d770d717..5774a31a4 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties @@ -52,13 +52,11 @@ actor.service.APPC.operations.Rebuild.placeholder= actor.service.APPC.operations.ModifyConfig.sinkTopic=APPC-CL actor.service.APPC.operations.ModifyConfig.sourceTopic=APPC-CL -actor.service.CDS.clientName=CDS -actor.service.CDS.grpcHost=${envd:CDS_GRPC_HOST:} -actor.service.CDS.grpcPort=${envd:CDS_GRPC_PORT:} -actor.service.CDS.grpcUsername=${envd:CDS_GRPC_USERNAME:} -actor.service.CDS.grpcPassword=${envd:CDS_GRPC_PASSWORD:} -actor.service.CDS.grpcTimeout=10 -actor.service.CDS.operations.gRPC.placeholder= +actor.service.CDS.gRPC.host=${envd:CDS_GRPC_HOST:} +actor.service.CDS.gRPC.port=${envd:CDS_GRPC_PORT:} +actor.service.CDS.gRPC.username=${envd:CDS_GRPC_USERNAME:} +actor.service.CDS.gRPC.password=${envd:CDS_GRPC_PASSWORD:} +actor.service.CDS.gRPC.timeout=10 actor.service.SDNC.clientName=SDNC actor.service.SDNC.operations.BandwidthOnDemand.path=\ |