Skip to content

Commit

Permalink
Fixed issue with ports format (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Apr 26, 2024
1 parent ad14ad9 commit 11121fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ configuration:
nfStreams:
- topic:
topicName: "sdcore-data-source-smf"
topicGroup: "analytics" #mongodb, restapi, prometheus
topicGroup: "analytics" #mongodb, restapi, prometheus
urls:
- uri: "sd-core-kafka-headless"
port: :9092
port: 9092
- topic:
topicName: "sdcore-data-source-amf"
topicGroup: "analytics" #mongodb, restapi, prometheus
topicGroup: "analytics" #mongodb, restapi, prometheus
urls:
- uri: "sd-core-kafka-headless"
port :9092
port: 9092
analyticsStream: #this shall be producer for Analytics Func
enable: false
urls:
Expand Down

0 comments on commit 11121fe

Please sign in to comment.