diff --git a/backend/src/main/resources/application-dev.yml b/backend/src/main/resources/application-dev.yml index 8587958d09dab8aca1de739c94e25aa320eb9414..7f38380b4ab85a87702dead1644cdfc1de1c072a 100644 --- a/backend/src/main/resources/application-dev.yml +++ b/backend/src/main/resources/application-dev.yml @@ -1,6 +1,6 @@ spring: datasource: - url: jdbc:postgresql://postgres:5432/tunesphere_db + url: jdbc:postgresql://localhost:5432/tunesphere_db username: username # TODO: Change username password: password # TODO: Change password driver-class-name: org.postgresql.Driver