From 14812dad1c188c0d8d73d250c64d53d0e4791ef9 Mon Sep 17 00:00:00 2001 From: Gabriel Torelo <57268681+GabrielTorelo@users.noreply.github.com> Date: Mon, 17 Jul 2023 13:48:37 -0300 Subject: [PATCH] =?UTF-8?q?altera=20o=20perfil=20de=20execu=C3=A7=C3=A3o?= =?UTF-8?q?=20do=20projeto=20para=20o=20perfil=20de=20teste=20[Test]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 0b23bca..e560631 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,4 @@ -spring.profiles.active=${APP_PROFILE:dev} +spring.profiles.active=${APP_PROFILE:test} spring.jpa.open-in-view=false cors.origins=${CORS_ORIGINS:http://localhost:5173,http://localhost:3000}