23 lines
596 B
JSON
23 lines
596 B
JSON
{
|
||
"Logging": {
|
||
"LogLevel": {
|
||
"Default": "Information",
|
||
"Microsoft.AspNetCore": "Warning"
|
||
}
|
||
},
|
||
"AllowedHosts": "*",
|
||
"SqlConnectionString": "server=192.168.56.1,1433;user id=sa;password=pass1234.4321@#;initial catalog=AppPrueba; Trust Server Certificate=True",
|
||
"SecretKeyJwt": "NFAJJSAK3523dgsdf.dasfas.dsnfansnvDSFaskin908348",
|
||
"IssuerJWT": "MqttApp.com",
|
||
"AudienceJwt": "MqttApp.com",
|
||
"MasterKey": "bdasbvña78678,.p``´dshnihfp",
|
||
"ServerMqtt": "192.168.2.50",
|
||
"TopicFormatMqtt": "casa/Api/{0}",
|
||
"TopicFilterMqtt": "casa/#",
|
||
"ApiKeyMqtt": "hola"
|
||
|
||
|
||
|
||
|
||
}
|