refactor(ff-game): 优化白名单验证提示信息

- 修改了白名单验证失败时的错误提示信息,增加了具体的 IP 地址
main-p
shi 2025-03-01 17:17:58 +08:00
parent 2507b7075b
commit bff4cc7f8f
1 changed files with 4 additions and 5 deletions

View File

@ -10,14 +10,13 @@ server:
# 应用的访问路径
context-path: /ff-api
# 日志配置
logging:
level:
com.ff: debug
org.springframework: warn
file:
path: D:/opt/sever/dist/ff-admin/logs
path: /opt/gameApi/dist/game-api/logs
# 数据源配置
spring:
@ -28,7 +27,7 @@ spring:
# 端口默认为6379
port: 26379
# 数据库索引
database: 0
database: 1
# 密码
password: reAa123456
# 连接超时时间
@ -51,8 +50,8 @@ spring:
# 主库数据源
master:
url: jdbc:mysql://127.0.0.1:23306/ff-game?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
username: root
password: myAa123456
username: ff-game
password: bmGCJCyhfDXnPspe
# 初始连接数
initialSize: 5
# 最小连接池数量