diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 57c99a6..90ad777 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -3,7 +3,7 @@ #################################### # Set connection to the desired table of DB using URL -spring.datasource.url=jdbc:postgresql://localhost:5432/book-a-book-operador +spring.datasource.url=jdbc:postgresql://localhost:${PGPORT:5432}/book-a-book-operador # Database credentials spring.datasource.username=aleixmt