Sign in
apache
/
iggy
/
refs/heads/auth-refactor
/
.
/
examples
/
csharp
/
src
/
Basic
/
Iggy_SDK.Examples.Basic.Consumer
/
appsettings.json
blob: 9dbfa097abc217668e01aeb45140fa4883e7d51d [
file
] [
log
] [
blame
]
{
"Protocol"
:
"tcp"
,
"BaseAddress"
:
"127.0.0.1:8090"
,
"Username"
:
"iggy"
,
"Password"
:
"iggy"
,
"StreamName"
:
"basic-example-stream"
,
"TopicName"
:
"basic-example-topic"
,
"MessageBatchesLimit"
:
10
,
"PartitionsCount"
:
1
}