Skip to content

Commit a22a01d

Browse files
committed
Umbra: Adjust database endpoint in properties files
1 parent 2d8bcf0 commit a22a01d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

umbra/driver/benchmark.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
endpoint=jdbc:postgresql:localhost:5432
1+
endpoint=jdbc:postgresql://localhost:5432/ldbcsnb
22
user=postgres
33
password=mysecretpassword
44
databaseName=ldbcsnb

umbra/driver/create-validation-parameters.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
endpoint=jdbc:postgresql:localhost:5432
1+
endpoint=jdbc:postgresql://localhost:5432/ldbcsnb
22
user=postgres
33
password=mysecretpassword
44
databaseName=ldbcsnb

umbra/driver/validate.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
endpoint=jdbc:postgresql:localhost:5432
1+
endpoint=jdbc:postgresql://localhost:5432/ldbcsnb
22
user=postgres
33
password=mysecretpassword
44
databaseName=ldbcsnb

0 commit comments

Comments
 (0)