| 1234567891011121314151617181920212223242526 |
- logger.root.level=info
- logger.root.path=/data/data_center/logs/
- ####################### mysql ###############################
- #spring.datasource.url=jdbc:mysql://192.168.0.27/liucheng_open?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
- #spring.datasource.username=root
- #spring.datasource.password=!@#931v3ODUQqakdyIQ
- spring.datasource.url=jdbc:mysql://172.31.119.7:3306/liucheng_open?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
- spring.datasource.username=lc_db
- spring.datasource.password=b3NKcUuE&18zncDStR
- #######################redis###############################
- spring.redis.host=172.31.119.10
- spring.redis.password=TYwoi98246
- spring.redis.port=6379
- spring.redis.database=1
- ####################### uploader config ###############################
- uploader.max-size=20480000
- uploader.file-host=https://dbadmin.zhlc.liucheng.gov.cn/src
- uploader.allow-file-types=jpg,jpeg,png,gif,mp4,mp3,xls,xlsx,pdf,doc
- uploader.save-path=/data/data_center/uploads
- ####################### spider config ###############################
- spider.phantomjs_executable_path_property=/data/data_center/phantomjs-2.1.1/bin/phantomjs
- ####################### qweather config ###############################
- qweather.geoapi = https://geoapi.qweather.com/v2/city/lookup
- qweather.api = https://devapi.qweather.com/v7/weather/now
- qweather.air = https://devapi.qweather.com/v7/air/now
- qweather.indices = https://devapi.qweather.com/v7/indices/1d
|