Skip to content

Commit

Permalink
further clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Wolters committed Feb 15, 2024
1 parent 3992410 commit 2feb2f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@ mvn clean package spring-boot:repackage -Pboot && java -jar target/ROOT.war
```
Server will then be accessible at http:https://localhost:8888/ and eg. http:https://localhost:8888/fhir/metadata.

If you want to run on a different port, for example 8888, add the following lines to your application.yaml file:
If you want to run on a different port, for example 8089, change the following lines to your application.yaml file:

```yaml
server:
port: 8888
port: 8089
```
And adjust the overlay configuration in the same file:

Expand All @@ -255,7 +255,7 @@ And adjust the overlay configuration in the same file:
-
id: home
name: Local Tester
server_address: 'http:https://localhost:8888/fhir'
server_address: 'http:https://localhost:8089/fhir'
refuse_to_fetch_third_party_urls: false
fhir_version: R4
```
Expand Down

0 comments on commit 2feb2f9

Please sign in to comment.