From 68dc23a2044000a200e4c7fdf3ea5ae1cca221ee Mon Sep 17 00:00:00 2001 From: freddyheredia4 Date: Fri, 16 Jun 2023 15:51:49 -0500 Subject: [PATCH] actualiza puerto --- src/main/resources/application-prod.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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