Skip to content

Commit

Permalink
removed broker security details
Browse files Browse the repository at this point in the history
  • Loading branch information
dejwakh committed Aug 3, 2021
1 parent 0562b3d commit ae3c53a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions FjordSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"server": {
"NAME": "Fjord-Server",
"JWT_KEY": "",
"API_TOPICS": "stocks weather",
"API_TOPICS": "orders shipments",
"SEC_PER_PULSE": "30"
},
"consumerGroups": [
{
"NAME": "NewestGroup",
"KAFKA_TOPICS": "stocks weather",
"API_TOPICS": "stocks weather",
"NAME": "MyGroup",
"KAFKA_TOPICS": "orders shipments",
"API_TOPICS": "orders shipments",
"FROM_BEGINNINGS": "false false",
"BROKERS": "157.245.248.211:9093",
"BROKERS": "157.347.243.212:9093",
"SECURITY": "SASL-plain",
"KAFKA_USERNAME": "goMates",
"KAFKA_PASSWORD": "123",
"KAFKA_USERNAME": "safeUser",
"KAFKA_PASSWORD": "LetMeIn123",
"MEMBERS_COUNT": "1",
"CONCURRENT_PARTITIONS": "1",
"STARTING_DELAY_SEC": "0"
"STARTING_DELAY_SEC": "60"
}
]
}

0 comments on commit ae3c53a

Please sign in to comment.