{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning"
    }
  },
  "NsqSettings": {
    "Topic": "qa_oqsha_face_detector",
    "Channel": "qa_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.oqsha.in",
    "ApiKey": "asW_9rc2JXYzNuTL0ydmnVkRB5npctAgMO6KyuKrzOM"
  },
  "ConnectionStrings": {
    "IncidentReporterDB": "server=127.0.0.1;database=oqsha_staging;user=ir365_user;password=$8F28QKc"
  },
  "ImageStorage": {
    "API_BASE_FOLDER": "D:\\iis\\api-qa-staging.oqsha.com",
    "BATCH_USER_PARTICIPANTS_FOLDER": "attachments\\batchParticipants"
  }
}
