mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 20:06:51 +08:00
提交修改配置
This commit is contained in:
@@ -1,8 +1,3 @@
|
|||||||
## redis
|
|
||||||
spring.redis.database=2
|
|
||||||
spring.redis.host=10.251.160.38
|
|
||||||
spring.redis.password=qwert!W577
|
|
||||||
spring.redis.port=6379
|
|
||||||
|
|
||||||
# datasource config
|
# datasource config
|
||||||
# basic数据库
|
# basic数据库
|
||||||
@@ -37,16 +32,12 @@ logging.level.org.hibernate.SQL=ERROR
|
|||||||
# 设置logback.xml位置
|
# 设置logback.xml位置
|
||||||
logging.config=classpath:log/logback-pro.xml
|
logging.config=classpath:log/logback-pro.xml
|
||||||
|
|
||||||
## xboe config
|
|
||||||
xboe.api.cross_filter=true
|
|
||||||
|
|
||||||
## 上传相磁的路径配置
|
## 上传相磁的路径配置
|
||||||
xboe.upload.file.temp_path=
|
xboe.upload.file.temp_path=
|
||||||
xboe.upload.file.save_path=
|
xboe.upload.file.save_path=
|
||||||
xboe.upload.file.http_path=
|
xboe.upload.file.http_path=
|
||||||
|
|
||||||
## 新系统的内部地址,可以不通过nginx调用
|
|
||||||
xboe.inner.data.sync.baseurl=http://localhost:9090
|
|
||||||
|
|
||||||
#加密盐
|
#加密盐
|
||||||
#jasypt.encryptor.password=jasypt
|
#jasypt.encryptor.password=jasypt
|
||||||
|
|||||||
Reference in New Issue
Block a user