修改配置与依赖
This commit is contained in:
parent
1da1dede22
commit
daa964515f
6
pom.xml
6
pom.xml
@ -147,6 +147,12 @@
|
|||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>ink.wgink</groupId>
|
||||||
|
<artifactId>mongo-module-file</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ink.wgink</groupId>
|
<groupId>ink.wgink</groupId>
|
||||||
<artifactId>redis-cache</artifactId>
|
<artifactId>redis-cache</artifactId>
|
||||||
|
@ -89,9 +89,9 @@ file:
|
|||||||
use-min-io: true
|
use-min-io: true
|
||||||
# 与use-min-io配套使用
|
# 与use-min-io配套使用
|
||||||
min-io:
|
min-io:
|
||||||
endpoint: http://192.168.0.156:9900
|
endpoint: http://192.168.0.156:19000
|
||||||
access-key: usercenter
|
access-key: smartcity
|
||||||
secret-key: aaa111!!!
|
secret-key: smartcity
|
||||||
|
|
||||||
# 即时通讯
|
# 即时通讯
|
||||||
websocket:
|
websocket:
|
||||||
|
@ -114,7 +114,8 @@ sms:
|
|||||||
verification-code: '{sign} 您的验证码为 {content}, 有效时间为120秒,若非本人操作,请忽略。'
|
verification-code: '{sign} 您的验证码为 {content}, 有效时间为120秒,若非本人操作,请忽略。'
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
# enable-api-log: true
|
# 收集接口日志
|
||||||
|
enable-api-log: true
|
||||||
file:
|
file:
|
||||||
name: /Users/wanggeng/Desktop/UploadFiles/logs/usercenter-logs.log
|
name: /Users/wanggeng/Desktop/UploadFiles/logs/usercenter-logs.log
|
||||||
level:
|
level:
|
||||||
|
Loading…
Reference in New Issue
Block a user