diff --git a/flx-ai/src/main/resources/application-dev.yml b/flx-ai/src/main/resources/application-dev.yml index 1d23871..baa1cde 100644 --- a/flx-ai/src/main/resources/application-dev.yml +++ b/flx-ai/src/main/resources/application-dev.yml @@ -2,7 +2,7 @@ spring: datasource: druid: driver-class-name: org.postgresql.Driver - url: jdbc:postgresql://192.168.15.199:5432/lobechat + url: jdbc:postgresql://192.168.200.152:5432/lobechat username: postgres password: uWNZugjBqixf8dxC initial-size: 10 @@ -42,7 +42,7 @@ spring: #host: 39.174.50.18 host: 127.0.0.1 port: 6379 - password: # 密码(默认为空) + password: 123456 # 密码(默认为空) timeout: 6000ms # 连接超时时长(毫秒) lettuce: pool: