From d661d445cec1c640d030e74cae2949b3e783f79d Mon Sep 17 00:00:00 2001 From: Ricardo Campos Date: Fri, 4 Oct 2024 12:02:23 -0300 Subject: [PATCH] Update application.properties --- server/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/main/resources/application.properties b/server/src/main/resources/application.properties index 235d942..a7fc5b1 100644 --- a/server/src/main/resources/application.properties +++ b/server/src/main/resources/application.properties @@ -1,6 +1,7 @@ spring.application.name=tasknote-api server.port = 8585 server.error.include-message=always +server.servlet.context-path=${SERVER_SERVLET_CONTEXT_PATH:/server} logging.level.br.com.tasknoteapp.server = DEBUG logging.level.org.springframework.security = DEBUG