17 lines
273 B
JSON
17 lines
273 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kst": {
|
|
"Url": "http://192.168.111.77:5050"
|
|
},
|
|
"Hosts": {
|
|
"david": "192.168.1.60",
|
|
"nekaj": "192.168.1.60"
|
|
}
|
|
}
|