{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning"
    }
  },
  "NsqSettings": {
    "Topic": "oqsha_face_detector",
    "Channel": "oqsha_face_detector_channel",
    "NsqDaemon": "127.0.0.1:4161"
  },
  "ServiceConfig": {
    "ServiceName": "DevOqshaFaceDetector",
    "DisplayName": "Service to recognize user photos",
    "Description": "A background service for face detection using NSQ."
  },
  "FaceRecognition": {
    "BaseUrl": "https://facemate-api.osmosys.co",
    "ApiKey": "V988x3NztjTZZWi2H0VOKz7w1WN-dko6lU-hG8kvtts"
  },
  "ConnectionStrings": {
    "IncidentReporterDB": "server=127.0.0.1;database=oqsha_prod_dev_cpy;user=ir365_user;password=$8F28QKc"
  },
  "ImageStorage": {
    "API_BASE_FOLDER": "D:\\iis\\devapi.incidentreporter365.com",
    "BATCH_USER_PARTICIPANTS_FOLDER": "attachments\\batchParticipants"
  }
}
