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