From 0618c8737b220848a99427919e6cea68dad45aa5 Mon Sep 17 00:00:00 2001 From: andre00bejarano00vaca Date: Mon, 27 Oct 2025 15:49:39 -0400 Subject: [PATCH] aplication en produccion --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1b1d6d5..03fcd84 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ spring.application.name=fercoganbackend -spring.profiles.active=dev +spring.profiles.active=prod spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.jpa.hibernate.ddl-auto=update