18 lines
320 B
JSON
18 lines
320 B
JSON
{
|
|
"JwtSettings": {
|
|
"securitykey": "bWlhbWkgZGFkZSBzY2hvb2xzIHNlY3JldCBrZXk="
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"settings": {
|
|
"endpoint1": "xxx",
|
|
"endpoint2": "xxx",
|
|
"endpoint3": "xxx"
|
|
}
|
|
}
|