Commit 5c288a1a authored by liwei's avatar liwei

增加了禁言配置

parent 464ab27a
...@@ -3,7 +3,7 @@ cy_redis: ...@@ -3,7 +3,7 @@ cy_redis:
ip: 127.0.0.1 ip: 127.0.0.1
port: 6379 port: 6379
password: 123456 password: 123456
database: 7 database: 1
# 2. rabbitMq # 2. rabbitMq
cy_rabbitMq: cy_rabbitMq:
...@@ -137,7 +137,7 @@ sms: ...@@ -137,7 +137,7 @@ sms:
global: global:
path: path:
base_upload_location: D:\soft\nginx-1.24.0\html\upload base_upload_location: D:\soft\nginx-1.24.0\html\upload
base_discovery: 'http://192.168.1.7/upload/' base_discovery: 'http://192.168.1.18/upload/'
code: code:
admin: ROLE_1001 admin: ROLE_1001
resetPassword: 123456 resetPassword: 123456
...@@ -197,6 +197,13 @@ faceverfiy: ...@@ -197,6 +197,13 @@ faceverfiy:
ipDayCount: 10 ipDayCount: 10
ipMinCount: 3 ipMinCount: 3
forbidSpeech:
oneHourCount: 3
oneHourTime: 3600 #秒 禁言1小时
twoHourCount: 5
twoHourTime: 86400 #秒 禁言1天
limitCount: 10
censor: censor:
appId: 117081917 appId: 117081917
apiKey: g02V7qqYkEOFhhysnQYzBhL6 apiKey: g02V7qqYkEOFhhysnQYzBhL6
......
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