From 4f843f19e790f35adb59036e80c6dff24bf22fe5 Mon Sep 17 00:00:00 2001 From: Jun Zhang Date: Sun, 23 Feb 2025 15:35:57 +0800 Subject: [PATCH] Delete launchers/standalone/src/main/resources/application-postgres.yaml --- .../main/resources/application-postgres.yaml | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 launchers/standalone/src/main/resources/application-postgres.yaml diff --git a/launchers/standalone/src/main/resources/application-postgres.yaml b/launchers/standalone/src/main/resources/application-postgres.yaml deleted file mode 100644 index 1384fedaa..000000000 --- a/launchers/standalone/src/main/resources/application-postgres.yaml +++ /dev/null @@ -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 \ No newline at end of file