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.

20 lines
619 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",
"IgnorePath": "swagger,login,tenantregister,linkattach,printtempfile,favicon,clientuserlogin,addbookingstatuslog,createbctaskjob"
},
"JwtSettings": {
"Issuer": "vol.core.owner",
"Audience": "vol.core",
"User": "C5ABA9E202D94C43A3CA66002BF77FAF",
"SecretKey": "sdfsdfsrty45634kkhllghtdgdfss345t678fs"
}
}