diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9996877..12d794a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -24,7 +24,7 @@ spring: # ==================== 数据源配置(PostgreSQL + PGVector) ==================== datasource: driver-class-name: org.postgresql.Driver - url: jdbc:postgresql://localhost:5432/support_bot + url: jdbc:postgresql://192.168.1.18:5432/support_bot username: postgres password: supportbot123 hikari: