From c0dd3a47abaeb401f8ae307645d001b1d4610dbc Mon Sep 17 00:00:00 2001 From: Amit Kumar Nandi <11887616+aamitn@users.noreply.github.com> Date: Wed, 14 Feb 2024 21:50:00 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 91182c8..50b089a 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,12 @@ Before you begin, ensure you have the following installed: Access the application at `http://localhost:8080/`. +6. **Adjust Configuration (Optional):** If you need to customize the application configuration after deployment, you can find the **application.properties** file within the deployed WAR file. THe file can be accesses as : + + ```plaintext + vi /path/to/tomcat/webapps/your-app/WEB-INF/classes/application.properties + ``` + ### Usage