HiveMind changes
This commit is contained in:
committed by
Kirill
parent
78eda5f350
commit
ea1b6c6ee7
@@ -1,4 +1,27 @@
|
||||
{
|
||||
"Redis": {
|
||||
"ConnectionString": "localhost:6379",
|
||||
"PublishChannel": "HiveChannel"
|
||||
},
|
||||
"RedisKeys": {
|
||||
"HiveKey": "Hive"
|
||||
},
|
||||
"OperationalArea": {
|
||||
"Latitude": 48.697189,
|
||||
"Longitude": 38.066246,
|
||||
"Radius_KM": 5,
|
||||
"InitialHeight_KM": 1,
|
||||
"InitialSpeed_KM": 5,
|
||||
"TelemetryInterval_MS": 30000,
|
||||
"PingInterval_MS": 15000
|
||||
|
||||
},
|
||||
"CommunicationConfiguration": {
|
||||
"RequestScheme": "http",
|
||||
"HiveMindPath": "api/v1"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Urls": "http://0.0.0.0:8080",
|
||||
"Serilog": {
|
||||
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ],
|
||||
"MinimumLevel": {
|
||||
@@ -31,28 +54,5 @@
|
||||
"Application": "DevOpsProject.CommunicationControl",
|
||||
"Environment": "Development"
|
||||
}
|
||||
},
|
||||
"Redis": {
|
||||
"ConnectionString": "localhost:6379",
|
||||
"PublishChannel": "HiveChannel"
|
||||
},
|
||||
"RedisKeys": {
|
||||
"HiveKey": "Hive"
|
||||
},
|
||||
"OperationalArea": {
|
||||
"Latitude": 48.697189,
|
||||
"Longitude": 38.066246,
|
||||
"Radius_KM": 5,
|
||||
"InitialHeight_KM": 1,
|
||||
"InitialSpeed_KM": 5,
|
||||
"TelemetryInterval_MS": 30000,
|
||||
"PingInterval_MS": 15000
|
||||
|
||||
},
|
||||
"CommunicationConfiguration": {
|
||||
"RequestScheme": "http",
|
||||
"HiveMindPath": "api/v1"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Urls": "http://0.0.0.0:8080"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user