forked from IoTSharp/IoTSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appsettings.Development.json
36 lines (36 loc) · 1.42 KB
/
appsettings.Development.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"Logging": {
"LogLevel": {
"Default": "Information",
"-IoTSharp.Handlers.MQTTServerHandler": "Warning",
"-MaiKeBing.CAP.ZeroMQ.ZeroMQTransport": "Warning",
"-MQTTnet.Diagnostics.IMqttNetLogger": "Warning",
"-DotNetCore.CAP.Internal.ConsumerRegister": "Warning",
"-DotNetCore.CAP.Internal.SubscribeDispatcher": "Warning",
"-DotNetCore.CAP.Internal.SubscribeInvoker": "Warning"
}
},
"ConnectionStrings": {
"IoTSharp": "Server=pgsql;Database=IoTSharp1;Username=postgres;Password=future;Pooling=true;MaxPoolSize=1024;",
"EventBusStore": "mongodb://root:kissme@mongodb:27017",
"TelemetryStorage": "http://influx:8086/?org=iotsharp&bucket=iotsharp-bucket&token=koMHcRQ9PJVPIIb6zFyLt-06EkM_oy1jut08bH7f0BwC85LUO6zxgihKZUayHzyetapJEkxrlO0KwJ278dKpnA==&&latest=-72h",
"EventBusMQ": "amqp://root:kissme@rabbitmq:5672"
},
"JwtKey": "kissmekissmekissmekissmekissmekissmekissmekissmekissmekissmekissmekissmekissmekissmekissmekissme",
"JwtExpireHours": 24,
"JwtIssuer": "IoTSharp.Net",
"JwtAudience": "IoTSharp.Net",
"EventBusStore": "MongoDB",
"EventBusMQ": "RabbitMQ",
"TelemetryStorage": "InfluxDB",
"ConsumerThreadCount": 10,
"DbContextPoolSize": 256,
"-Discovery": {
"DiscoveryServerHostName": "consul",
"DiscoveryServerPort": 8500,
"CurrentNodeHostName": "iotsharp",
"CurrentNodePort": 5800,
"NodeId": 1,
"NodeName": "iotsharp"
}
}