|
|
@@ -1,21 +1,24 @@
|
|
|
logger.root.level=info
|
|
|
-logger.root.path=/data/data-center/logs/
|
|
|
+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://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=192.168.0.27
|
|
|
-spring.redis.password=6VQnfNzc7UyGzjwm
|
|
|
+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
|
|
|
+uploader.save-path=/data/data_center/uploads
|
|
|
####################### spider config ###############################
|
|
|
-spider.phantomjs_executable_path_property=/data/data-center/phantomjs-2.1.1/bin/phantomjs
|
|
|
+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
|