application-prod.properties 1.5 KB

1234567891011121314151617181920212223242526
  1. logger.root.level=info
  2. logger.root.path=/data/data_center/logs/
  3. ####################### mysql ###############################
  4. #spring.datasource.url=jdbc:mysql://192.168.0.27/liucheng_open?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
  5. #spring.datasource.username=root
  6. #spring.datasource.password=!@#931v3ODUQqakdyIQ
  7. spring.datasource.url=jdbc:mysql://172.31.119.7:3306/liucheng_open?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
  8. spring.datasource.username=lc_db
  9. spring.datasource.password=b3NKcUuE&18zncDStR
  10. #######################redis###############################
  11. spring.redis.host=172.31.119.10
  12. spring.redis.password=TYwoi98246
  13. spring.redis.port=6379
  14. spring.redis.database=1
  15. ####################### uploader config ###############################
  16. uploader.max-size=20480000
  17. uploader.file-host=https://dbadmin.zhlc.liucheng.gov.cn/src
  18. uploader.allow-file-types=jpg,jpeg,png,gif,mp4,mp3,xls,xlsx,pdf,doc
  19. uploader.save-path=/data/data_center/uploads
  20. ####################### spider config ###############################
  21. spider.phantomjs_executable_path_property=/data/data_center/phantomjs-2.1.1/bin/phantomjs
  22. ####################### qweather config ###############################
  23. qweather.geoapi = https://geoapi.qweather.com/v2/city/lookup
  24. qweather.api = https://devapi.qweather.com/v7/weather/now
  25. qweather.air = https://devapi.qweather.com/v7/air/now
  26. qweather.indices = https://devapi.qweather.com/v7/indices/1d