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.

21 lines
687 B
JSON

10 months ago
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
9 months ago
"AllowedHosts": "*",
"Cors": {
"PolicyName": "WMSCore.API",
"Url": "http://localhost:3110,https://localhost:3110,http://localhost:3112,https://localhost:3112",
"IgnorePath": "swagger,login,tenantregister,linkattach,printtempfile,favicon,clientuserlogin,addbookingstatuslog,createbctaskjob,clientuserrefreshtoken",
"ExposedHeaders": "Content-Disposition"
9 months ago
},
"JwtSettings": {
"Issuer": "vol.core.owner",
"Audience": "vol.core",
"User": "C5ABA9E202D94C43A3CA66002BF77FAF",
"SecretKey": "sdfsdfsrty45634kkhllghtdgdfss345t678fs"
}
10 months ago
}