{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "ConnectionStrings": {
    "DBConnection": "Host=10.0.1.10;Port=1522;Database=qa_stg_oqsha_4;Username=ir365_user;Password=$8F28QKc"
  },
  "NSQ": {
    "Topic": "notification.dispatch.sandbox",
    "Channel": "notification-dispatcher",
    "LookupdHttpAddresses": [
      "http://localhost:4161"
    ],
    "MaxInFlight": 5,
    "Dlq": {
      "DlqTopic": "notification.dispatch.sandbox.dlq",
      "MaxAttempts": 5,
      "BaseBackoffSeconds": 10,
      "MaxBackoffSeconds": 300,
      "ProducerNsqdTcpAddress": "127.0.0.1:4150"
    }
  },
  "Providers": {
    "Email": {
      "Mailgun": {
        "Id": "44",
        "SenderEmail": "noreply@oqsha.com",
        "SenderName": "OQSHA"
      }
    },
	"Whatsapp": {
		"Dialog360": {
		  "Id": 48,
		  "LanguageCode": "en"
		}
  }
  },
  "Osmox": {
    "ApiUrl": "https://notify.osmosys.co/notifications",
    "ApiKey": "7b9683c79c03478846b2d2af8fc48aaa0ab6a24d194562da2f5983b6180f1d49"
  },
  "WindowsService": {
    "ServiceName": "OQSHA_SANDBOX_NotificationDispatcher",
    "DisplayName": "OQSHA_SANDBOX_Notification Dispatcher",
    "Description": "Service for dispatching notifications"
  }
}