{
  "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": "module.trigger.engine",
    "Channel": "module-trigger-engine",
    "LookupdHttpAddresses": [ "http://localhost:4161" ],
    "MaxInFlight": 5,
    "Dlq": {
      "DlqTopic": "module.trigger.engine.dlq",
      "MaxAttempts": 5,
      "BaseBackoffSeconds": 10,
      "MaxBackoffSeconds": 300,
      "ProducerNsqdTcpAddress": "127.0.0.1:4150"
    }
  },
  "WindowsService": {
    "ServiceName": "OQSHA Sandbox ModuleTriggerEngine",
    "DisplayName": "OQSHA Sandbox Module Trigger Engine",
    "Description": "Service for processing module trigger events"
  },

  "Workflow": {
    "BaseUrl": "http://10.0.1.10:5865",
    "InitialStateEndpoint": "/api/organisations/{0}/modules/{1}/workflows/states/initial"
  }
}
