mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-26 18:24:20 +08:00
Delete launchers/standalone/src/main/resources/application-postgres.yaml
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user