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}