spring:
  rabbitmq:
    host: rabbitmqServer
    port: 5672
    username: rabbit
    password: rabbit-techhero
    virtual-host: /local
    publisher-confirms: true  
    publisher-returns: true  
    template:
      mandatory: true
      retry:
        enabled: true      
    listener:
      simple:
        retry:
          enabled: true
          max-attempts: 1
          initial-interval: 5000 
          max-interval: 10000   
          multiplier: 1 
        acknowledge-mode: auto  
        default-requeue-rejected: false
        concurrency: 3
        max-concurrency: 9
        prefetch: 1

datasource:
  trans:
    url: jdbc:mysql://databaseServer:30101/transdata_front_dev?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
    driver-class-name: com.mysql.jdbc.Driver
    username: transdata_front_local
    password: X2Zyb250X2xvY2Fs
  exam:
    url: jdbc:oracle:thin:@databaseServer:30100:orcl
    driver-class-name: oracle.jdbc.OracleDriver
    username: exam_local
    password: ZXhhbV9sb2NhbA==
  exchange:
    url: jdbc:oracle:thin:@databaseServer:30100:orcl
    driver-class-name: oracle.jdbc.OracleDriver
    username: transdata_local
    password: bnNkYXRhX2xvY2Fs
  track:
    url: jdbc:oracle:thin:@databaseServer:30100:orcl
    driver-class-name: oracle.jdbc.OracleDriver
    username: task_local
    password: dGFza19sb2NhbA==
  wsxc:
    url: jdbc:oracle:thin:@databaseServer:30100:orcl
    driver-class-name: oracle.jdbc.OracleDriver
    username: inspection_topic_local
    password: b3BpY19sb2NhbA==
  gjsb:
    url: jdbc:mysql://databaseServer:30101/transdatatestv3?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
    driver-class-name: com.mysql.jdbc.Driver
    username: transdata_report_local
    password: cG9ydF9sb2NhbA==
  sfrz:
    url: jdbc:oracle:thin:@databaseServer:30100:orcl
    driver-class-name: oracle.jdbc.OracleDriver
    username: verification_local
    password: Y2F0aW9uX2xvY2Fs
    
    
ftp:
  server:
    info: sftp://172.16.20.133:22/../home/temp/data?username=root&password=root&delay=5s&move=done&readLock=rename
  local:
    windir: C:/ftp/test
    lindir: /data/ftp/test
task:
  switch: true