diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index a883d7a..faa04f9 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -3,4 +3,4 @@ spring.datasource.username=postgres spring.datasource.password=postgres spring.jpa.hibernate.ddl-auto=update #spring.jpa.show-sql=true -server.port=8081 \ No newline at end of file +server.port=8080 \ No newline at end of file