Delete launchers/standalone/src/main/resources/application-postgres.yaml

This commit is contained in:
Jun Zhang
2025-02-23 15:35:57 +08:00
committed by GitHub
parent aaf2d46a56
commit 4f843f19e7

View File

@@ -1,25 +0,0 @@
spring:
datasource:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/postgres?stringtype=unspecified
username: postgres
password: postgres
sql:
init:
mode: always
username: postgres
password: postgres
schema-locations: classpath:db/schema-postgres.sql,classpath:db/schema-postgres-demo.sql
data-locations: classpath:db/data-postgres.sql,classpath:db/data-postgres-demo.sql
s2:
embedding:
store:
provider: PGVECTOR
base:
url: 127.0.0.1
port: 5432
databaseName: postgres
user: postgres
password: postgres
dimension: 512