16 lines
304 B
JSON
16 lines
304 B
JSON
|
{
|
||
|
"JwtSettings": {
|
||
|
"securitykey": "bWlhbWkgZGFkZSBzY2hvb2xzIHNlY3JldCBrZXk="
|
||
|
},
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"EndPointSettings": {
|
||
|
"EmployeeUrlBase": "http://localhost:5135"
|
||
|
},
|
||
|
"AllowedHosts": "*"
|
||
|
}
|