{
  "Kestrel": {
    "EndPoints": {
      "Http": {
        "Url": "http://0.0.0.0:54600"
      }
    }
  },

  "Serilog": {
    "MinimumLevel": {
      "Default": "Debug",
      "Override": {
        "Microsoft": "Warning",
        "Microsoft.Hosting.Lifetime": "Warning",
        "Microsoft.EntityFrameworkCore.Database.Command": "Warning"
      }
    },
    "WriteTo": [
      {
        "Name": "File",
        "Args": {
          "path": "./logs/log-.txt",
          "rollingInterval": "Day"
        }
      }
    ]
  },

  "Admin":{
    "ClientSecret":"Секрет приложения прописанного при создании",
    "Uri":"https://00.00.00.00:443/oauthadmin/",
    "UserName":"admin",
    "Password":"12345"
  },

  "SqlClient": {
    "DataSourceType": "3",
    "Server": "00.00.00.00:5432",
    "DataBase": "Имя_базы",
    "UserName": "ksiduser",
    "Password": "mkgxodrn"
  },

  "SslPolicy" : {
    "CheckRemoteCertificateHost": false,
    "CheckRemoteCertificateAuthenticity": false

  },

  "Idm":{
    "Enabled": true,
    "ClientSecret": "ks_idm_client_secret",
    "Uri": "https://00.00.00.00:443/idm/",
    "PasswordRecoveryEndpoint": "/idm-api/Activation/restore/",
    "PasswordRecoveryTimout": "00:01:00"
  },

   "S_USERS":{
      "AppName":"service_ks_id",
      "UserName":"single_user",
      "Password":"Ks12345678+"
  },

  "ServiceSettings": {

    "PathBase": "/oauth",

    "LogoPath": "/images/logos/",
    "Certificate": "wsks-19.08_demo",
    "WriteLogs": false,

    "SyncConfig_comment": "синхронизировать настройки из конфигурации с БД сервиса",
    "SyncConfig": true,

    "ShowPII_comment": "параметр для отладки IdentityModelEventSource.ShowPII",
    "ShowPII": false,

    "ApiAllowReturnPasswordHashFlag_comment": "Возвращать хэши паролей в API методах (CreatePassword, ChangePassword)",
    "ApiAllowReturnPasswordHashFlag": false,

  }
}