From a9e2decb39314fe0bb08d2c7e3eb19a74a847bf3 Mon Sep 17 00:00:00 2001 From: Renzo Vallejos Date: Wed, 25 Sep 2024 10:13:46 -0700 Subject: [PATCH] Changes to readme file for more clarity --- src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6ed985654..64c6cd9d7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -23,3 +23,6 @@ logging.level.org.springframework=INFO # Maximum time static resources should be cached spring.web.resources.cache.cachecontrol.max-age=12h + +#Used for testing the app with another port. In this case I used port 8095 +#server.port = 8095