You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
484 B
JSON
19 lines
484 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Cors": {
|
|
"PolicyName": "WMSCore.API",
|
|
"Url": "http://localhost:3110,https://localhost:3110,http://localhost:3112,https://localhost:3112"
|
|
},
|
|
"JwtSettings": {
|
|
"Issuer": "vol.core.owner",
|
|
"Audience": "vol.core",
|
|
"User": "C5ABA9E202D94C43A3CA66002BF77FAF",
|
|
"SecretKey": "sdfsdfsrty45634kkhllghtdgdfss345t678fs"
|
|
}
|
|
} |