diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 40c94f4..eb1fc18 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: application: - name: routine-app-1 + name: routine-app-2 thymeleaf: cache: false web: @@ -10,7 +10,7 @@ spring: chain: cache: false datasource: - url: jdbc:postgresql://${DATABASE_HOST}:${DATABASE_PORT}/${DATABASE_NAME} + url: jdbc:postgresql://${DATABASE_HOST}:${DATABASE_PASSWORD}/${DATABASE_NAME} username: ${DATABASE_USERNAME} password: ${DATABASE_PASSWORD} driver-class-name: org.postgresql.Driver