{
  "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": "stg.notification.orchestrator",
    "Channel": "stg-notification-orchestrator",
    "LookupdHttpAddresses": [ "http://localhost:4161" ],
    "MaxInFlight": 5,
    "Dlq": {
      "DlqTopic": "notification.orchestrator.dlq",
      "MaxAttempts": 5,
      "BaseBackoffSeconds": 10,
      "MaxBackoffSeconds": 300,
      "ProducerNsqdTcpAddress": "127.0.0.1:4150"
    },
    "Dispatcher": {
      "Topic": "notification.dispatch.stg"
    }
  },
  "WindowsService": {
	  "ServiceName": "OQSHA_STG_NotificationOrchestrator",
	  "DisplayName": "OQSHA_STG_Notification Orchestrator",
	  "Description": "Service for orchestrating notifications"
	}
}
