--- 
AppSettings: 
  CacheDbResults: true
  SiteTitle: CSI-NET-EMPI-CRS-INTE-{env}
kafka: 
  service_name: CSI-NET-EMPI-CRS-INTE-{env}
Logging: 
  IncludeScopes: false
  LogLevel: 
    Default: Debug
    Microsoft: Information
    System: Information
swaggerschema:
  api-title: "EMpi  Api"
  api-title-desc: "EMpi Api Desc"
EventStoreConfigOptions:
  EventStoreConnectionString: "mongodb://{empi:database:nodes}/csi-empi-events-store"
  MessageStoreConnectionString: "mongodb://{empi:database:nodes}/csi-empi-events-store"
  RmqConnectionUrl: "amqp://{empi:rabbitmq:server:username}:{empi:rabbitmq:server:password}@{empi:rabbitmq:server:host}:{empi:rabbitmq:server:port}"
  RmqExchangeName: "vidaplus.empi.exchange"
MongoLogs: "mongodb://{Mongo:appLogs}/app-logs"
Hangfire:
  Storage: "mongodb://{empi:database:nodes}/csi-net-empi-crs-inte"
UrlOptions:
  #CSRIntegrationServiceEndPoint: "http://172.15.100.130:8093/api/Client"
  CSRIntegrationServiceEndPoint: "http://crs-channel/api/Client"
  CSRIntegrationServiceFrontEndEndPoint: "http://crs-channel-user/api/Client"
EmpiMongoDbConnectionOptions:
  ConnectionString: "mongodb://{empi:database:nodes}/csi-net-empiread"
  DbName: "csi-net-empiread"
ElasticApm:
  ServiceName: CSI-NET-EMPI-CRS-INTE
KafkaEnabled: true
crsConstants:
  normalCrsReCheckSequence: 3
  maximunCrsReCheckSequence: 6
  crsReCheckMonthsRange: 2
CrsPatientSearchConstants:
  GetPatientBulkNew:
    limit: 50
    repeatCount: 3
  GetPatientsWithMergeInProgressFlag:
    limit: 50
    repeatCount: 3
  UpdateFullName:
    limit: 50
    repeatCount: 3