application-prod.properties 776 B

123456789101112131415161718192021
  1. spring.datasource.url=jdbc:mysql://rds7b2sll8un5kz99s0i122.mysql.rds.aliyuncs.com:3306/exam_cloud?useUnicode=true&characterEncoding=UTF-8
  2. spring.datasource.username=exam_cloud
  3. spring.datasource.password=examcloud123!@#
  4. spring.redis.host=r-wz97e520d2701e54555.redis.rds.aliyuncs.com
  5. spring.redis.port=6379
  6. spring.redis.password=Qmth87863577
  7. eureka.client.serviceUrl.defaultZone=http://192.168.1.70:1111/eureka/
  8. spring.rabbitmq.host=192.168.1.70
  9. spring.rabbitmq.port=5672
  10. spring.rabbitmq.username=examcloud
  11. spring.rabbitmq.password=examcloud123
  12. spring.rabbitmq.listener.acknowledgeMode=MANUAL
  13. hystrix.command.default.execution.timeout.enabled=false
  14. hystrix.threadpool.default.coreSize = 500
  15. staticResource.rootPath=/home/qmth/project/examcloud/static