Commit d39ffaeb by yangyang

redis使用5库、redis、ftp服务器密码加密处理(湖南)

parent 4a0151f6
...@@ -21,16 +21,17 @@ spring.datasource.qgdb.username=ENC(b7OXS5qvb3tVsaDbfqkFpg==) ...@@ -21,16 +21,17 @@ spring.datasource.qgdb.username=ENC(b7OXS5qvb3tVsaDbfqkFpg==)
spring.datasource.qgdb.password=ENC(PhkJovHr5GezJgLS+gfSFaID3dNlmUi5) spring.datasource.qgdb.password=ENC(PhkJovHr5GezJgLS+gfSFaID3dNlmUi5)
#redis #redis
spring.redis.host=47.92.225.109 spring.redis.host=65.26.2.252
spring.redis.port=3001 spring.redis.port=4379
spring.redis.password=CcXzxt spring.redis.database=5
spring.redis.password=ENC(LDz9F1qeGmbTMTtoQj7ADA==)
#\u6570\u636E\u5206\u6790\u4E0A\u4F20\u7684\u8DEF\u5F84 #\u6570\u636E\u5206\u6790\u4E0A\u4F20\u7684\u8DEF\u5F84
hnkshFilePath=/data/excel/kshExcel/ hnkshFilePath=/data/excel/kshExcel/
#\u6570\u636E\u5206\u6790\u4E0B\u8F7D\u7684\u8DEF\u5F84 #\u6570\u636E\u5206\u6790\u4E0B\u8F7D\u7684\u8DEF\u5F84
hnkshDownloadFilePath = http://47.92.48.137:1009/excel/kshExcel/ hnkshDownloadFilePath = http://65.26.2.173:1009/excel/kshExcel/
#\u6570\u636E\u5206\u6790\u4E0B\u8F7D\u6A21\u677F\u7684\u8DEF\u5F84 #\u6570\u636E\u5206\u6790\u4E0B\u8F7D\u6A21\u677F\u7684\u8DEF\u5F84
hnkshDownloadExcelTemplatePath = http://47.92.48.137:1009/excel/kshExcel/ExcelTemplate.xls hnkshDownloadExcelTemplatePath = http://65.26.2.173:1009/excel/kshExcel/ExcelTemplate.xls
#xml\u0268\uFFFD\uFFFD #xml\u0268\uFFFD\uFFFD
mybatis-plus.mapper-locations=classpath*:com/founder/publicapi/mapper/*/xml/*.xml mybatis-plus.mapper-locations=classpath*:com/founder/publicapi/mapper/*/xml/*.xml
...@@ -48,7 +49,7 @@ port=2233 ...@@ -48,7 +49,7 @@ port=2233
#FTP\u767B\u5F55\u8D26\u53F7 #FTP\u767B\u5F55\u8D26\u53F7
usernameFtp=root usernameFtp=root
#FTP\u767B\u5F55\u5BC6\u7801 #FTP\u767B\u5F55\u5BC6\u7801
password=Hnsgat12#$1 password=ENC(FAzPOpFsN+hBiDoB94+PQPEtNSV8ytn/)
#FTP\u670D\u52A1\u5668\u57FA\u7840\u76EE\u5F55,/data2/images #FTP\u670D\u52A1\u5668\u57FA\u7840\u76EE\u5F55,/data2/images
basePath=/data/hnxz/images basePath=/data/hnxz/images
imagesUrl=http://65.26.2.173:1008/images/ imagesUrl=http://65.26.2.173:1008/images/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment