Changed the instructions on how to change the server port.

This commit is contained in:
Kevin Dougan
2024-04-19 16:00:15 -04:00
parent abcb8a9041
commit 9c4f374964
2 changed files with 18 additions and 12 deletions

View File

@@ -1,7 +1,8 @@
#Uncomment the following lines to enable the fhir endpoint to be available at /example/path/fhir instead of /fhir
#server:
#Uncomment the "servlet" and "context-path" lines below to make the fhir endpoint available at /example/path/fhir instead of the default value of /fhir
server:
# servlet:
# context-path: /example/path
port: 8080
#Adds the option to go to eg. http://localhost:8080/actuator/health for seeing the running configuration
#see https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints
management: