Browse Source

添加 验证异常配置项

pull/872/head
李宏 2 years ago
parent
commit
f575690206
  1. 3
      aspnet-core/services/LY.MicroService.identityServer/appsettings.Development.json

3
aspnet-core/services/LY.MicroService.identityServer/appsettings.Development.json

@ -29,7 +29,8 @@
}
}
}
}
},
"ShowPii": true
},
"Auditing": {
"AllEntitiesSelector": true

Loading…
Cancel
Save