初始化项目
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
server:
|
||||
address : ":3002"
|
||||
address : ":3004"
|
||||
name: "cidService"
|
||||
jwt:
|
||||
secret: "abcdefghijklmnopqrstuvwxyz"
|
||||
rate:
|
||||
limit: 200
|
||||
burst: 300
|
||||
|
||||
# 租户限流配置
|
||||
tenantRateLimit:
|
||||
enabled: true # 是否启用租户限流
|
||||
requestsPerHour: 3600 # 每小时最大请求数
|
||||
window: 3600 # 时间窗口(秒)
|
||||
burst: 100 # 突发请求数
|
||||
mongo:
|
||||
logger:
|
||||
level: "all"
|
||||
|
||||
Reference in New Issue
Block a user