diff options
Diffstat (limited to 'controlloop/common/controller-frankfurt/src')
-rw-r--r-- | controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties index 384346e84..e4c8fdc59 100644 --- a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties +++ b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties @@ -51,13 +51,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=localhost -actor.service.CDS.grpcPort=7878 -actor.service.CDS.grpcUsername=grpc-username -actor.service.CDS.grpcPassword=grpc-password -actor.service.CDS.grpcTimeout=10 -actor.service.CDS.operations.xxx.yyy= +actor.service.CDS.gRPC.host=localhost +actor.service.CDS.gRPC.port=7878 +actor.service.CDS.gRPC.username=grpc-username +actor.service.CDS.gRPC.password=grpc-password +actor.service.CDS.gRPC.timeout=10 actor.service.SDNC.clientName=SDNC actor.service.SDNC.operations.BandwidthOnDemand.path=\ |