From 72d1512ebe76159e52db435ebb816a9d581cc8a8 Mon Sep 17 00:00:00 2001 From: andre00bejarano00vaca Date: Thu, 12 Mar 2026 16:14:22 -0400 Subject: [PATCH] mi error prod to dev --- 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