forked from zarusz/SlimMessageBus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
31 lines (31 loc) · 824 Bytes
/
appsettings.json
File metadata and controls
31 lines (31 loc) · 824 Bytes
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
{
"Kafka": {
"Brokers": "{{kafka_brokers}}",
"Username": "{{kafka_username}}",
"Password": "{{kafka_password}}",
"Secure": "{{mqtt_secure}}"
},
"Azure": {
"EventHub": {
"EventHub": "{{azure_eventhub_connectionstring}}",
"Storage": "{{azure_storagecontainer_connectionstring}}",
"ContainerName": "leases"
},
"ServiceBus": "{{azure_servicebus_connectionstring}}"
},
"Redis": {
"ConnectionString": "{{redis_connectionstring}}"
},
"LogConfiguration": {
"factoryAdapter": {
"type": "Common.Logging.Simple.DebugLoggerFactoryAdapter, Common.Logging",
"arguments": {
"level": "All",
"showDateTime": true,
"showLogName": true,
"showLevel": true,
"dateTimeFormat": "yyyy/MM/dd HH:mm:ss.fff"
}
}
}
}