Browse Source

配置文件提交

master
pyx 3 hours ago
parent
commit
862cd7fe21
  1. 2
      src/main/resources/application.yml

2
src/main/resources/application.yml

@ -24,7 +24,7 @@ spring:
# ==================== 数据源配置(PostgreSQL + PGVector) ==================== # ==================== 数据源配置(PostgreSQL + PGVector) ====================
datasource: datasource:
driver-class-name: org.postgresql.Driver 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 username: postgres
password: supportbot123 password: supportbot123
hikari: hikari:

Loading…
Cancel
Save