diff --git a/ff-game/src/main/resources/application-prod.yml b/ff-game/src/main/resources/application-prod.yml index 473dd2e..9771e12 100644 --- a/ff-game/src/main/resources/application-prod.yml +++ b/ff-game/src/main/resources/application-prod.yml @@ -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 # 最小连接池数量