Skip to content

Commit 8922ff6

Browse files
committed
remove unused connection
1 parent a03b350 commit 8922ff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

connector/resources/config.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ edc.vault.hashicorp.token=test-token
2323
edc.vault.hashicorp.timeout.seconds=30
2424
edc.dataplane.token.validation.endpoint=http://localhost:8184/control/token
2525

26-
edc.datasource.default.url=jdbc:postgresql://consumer-edc-possible-x-edc-postgres.edc-dev
27-
edc.datasource.default.name=admin
28-
edc.datasource.default.password=ftGbHW.Qd4rYaiHVzEsj
26+
edc.datasource.default.url=jdbc:postgresql://localhost:5432/edcconsumer
27+
edc.datasource.default.user=postgres
28+
edc.datasource.default.password=postgres
2929

3030
# this will be available in version >=v0.9.0 and allows to skip manual sql initialization
3131
#edc.sql.schema.autocreate=true

0 commit comments

Comments
 (0)