Загрузка данных


{
  "SmsSettings": {
    "Providers": ["DebugLogSender", "DirectCascadeSender"]
  },

  "DirectSenderSettings": {
    "ApiUrl": "https://direct.i-dgtl.ru/api/v1/message"
  },

  "DebugFileSenderSettings": {
    "WriteToFilePath": "/src/data/logs"
  }
}

---------

{
  "PushSettings": {
    "Senders": []
  },
  "DebugFileSenderSettings": {
    "WriteToFilePath": "\\SMTP_DO_2"
  },
  "DirectSenderSettings": {
    "APIUrl": "Depends on environment"
  },
  "DirectOptions": {
    "Token": "**********************"
  },
  "HostSettings": {
    "DefaultScheme": "https",
    "ApiPostfix": ""
  },
  "IdentityServerOptions": {
    "Key": "***********************",
    "Issuer": "https://localhost",
    "PushTokenLifetime": "1.01:00:00"
  },
  "PrioritySettings": [
    {
      "ApplicationName": "Depends on environment",
      "Provider": "IOS",
      "HighPrioritySenderName": "Depends on environment",
      "LowPrioritySenderName": "Depends on environment"
    },
    {
      "ApplicationName": "Depends on environment",
      "Provider": "Google",
      "HighPrioritySenderName": "Depends on environment",
      "LowPrioritySenderName": "Depends on environment"
    }
  ],
  "LowPriorityPushTypeSettings": {
    "PushTypes": [ "NewPostAnnouncement", "NewPostAnnouncementInGroup" ]
  }
}