-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.Development.json
More file actions
156 lines (156 loc) · 6.02 KB
/
appsettings.Development.json
File metadata and controls
156 lines (156 loc) · 6.02 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Authentication": "Error",
"Microsoft.Extensions.Http": "Information",
"System.Net.Http.HttpClient": "Warning"
}
}
},
"AppConfig": {
"KeyVaultName": "skip",
"OtlpExporterEndpoint": "http://localhost:4317/",
"HausName": "demo",
"BlobStorageContainerName": "knxgroupaddresses",
"HealthCheckAzureBlobStorage": "None",
"SwaggerEndpoints": {
"KNX": null,
"Buderus": null,
"Fronius": null,
"DoorBird": null,
"Default": "v1.json"
}
},
"CasCap": {
"FeatureConfig": {
"EnabledFeatures": "Fronius,Buderus,DoorBird,Knx"
},
"AIConfig": {
"Providers": {
"EdgeGpu": {
"Endpoint": "http://localhost:11434"
},
"EdgeGpuVL": {
"Endpoint": "http://localhost:11434"
},
"EdgeOllamaCpuVLC": {
"Endpoint": "http://localhost:11434"
},
"EdgeCpuWhisper": {
"Endpoint": "http://localhost:11434"
}
},
"Agents": {}
},
"ApiAuthConfig": {
"Username": "demo",
"Password": "demo"
},
"CachingConfig": {
"RemoteCacheConnectionString": "localhost:6379,allowAdmin=true,abortConnect=false",
"DistributedLockingEnabled": true,
"RemoteCache": {
"SerializationType": "Json"
},
"Redlock": {
"RedisKeyFormat": "lock:dev:{0}"
},
"MemoryCacheSizeLimit": 100
},
"SignalRHubConfig": {
"SignalRHub": "http://localhost:8080"
},
"EdgeHardwareConfig": {
"AzureTableStorageConnectionString": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;"
},
"BuderusConfig": {
"AzureTableStorageConnectionString": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;",
"BaseAddress": "http://192.168.1.100",
"GatewayPassword": "demo-gateway-password",
"PrivatePassword": "demo-private-password",
"HealthCheck": "None",
"Sinks": {
"AvailableSinks": {
"SignalR": {
"Enabled": true
}
}
}
},
"DoorBirdConfig": {
"AzureBlobStorageConnectionString": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;",
"AzureTableStorageConnectionString": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;",
"BaseAddress": "http://192.168.1.101",
"Username": "demo",
"Password": "demo",
"DoorControllerID": "demo-controller",
"DoorControllerRelayID": "1",
"AzureBlobStorageContainerName": "doorbird",
"HealthCheck": "None",
"Sinks": {
"AvailableSinks": {
"SignalR": {
"Enabled": false
}
}
}
},
"DDnsConfig": {},
"FroniusConfig": {
"AzureTableStorageConnectionString": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;",
"BaseAddress": "http://192.168.1.102",
"HealthCheck": "None",
"Sinks": {
"AvailableSinks": {
"SignalR": {
"Enabled": false
}
}
}
},
"KnxConfig": {
"AzureTableStorageConnectionString": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;",
"ServiceFamily": "Routing",
"HealthCheck": "None",
"GroupAddressXmlFilePath": "knxgroupaddresses.xml",
"Sinks": {
"AvailableSinks": {
"SignalR": {
"Enabled": false
}
}
}
},
"MieleConfig": {
"OAuthToken": "demo-oauth-token",
"HealthCheck": "None",
"AzureTableStorageConnectionString": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;"
},
"ShellyConfig": {
"AzureTableStorageConnectionString": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;",
"AuthKey": "demo-auth-key",
"HealthCheck": "None"
},
"SicceConfig": {
"DeviceToken": "demo-device-token",
"VendorKey": "demo-vendor-key",
"HealthCheck": "None"
},
"SignalCliConfig": {
"BaseAddress": "http://localhost:8081",
"HealthCheck": "None",
"BasicAuthEnabled": true
},
"UbiquitiConfig": {
"AzureTableStorageConnectionString": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;"
},
"WizConfig": {
"AzureTableStorageConnectionString": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;",
"BindAddress": null,
"BroadcastAddress": "192.168.1.255"
}
}
}