From 6927c6b7e6fd9cdf3ca6b3ca9e8921470889a11e Mon Sep 17 00:00:00 2001 From: andre00bejarano00vaca Date: Tue, 24 Feb 2026 11:16:13 -0400 Subject: [PATCH] cambio de dev a 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