appsettings.json 201 B

1234567891011
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Warning"
  5. }
  6. },
  7. "AllowedHosts": "*",
  8. "SystemName": "诚锴软件WEB端",
  9. "CacheType": "IMemoryCache",
  10. "logfile": "d:\\CksoftWeb\\log"
  11. }