Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added profile RU for quarkus:dev
  • Loading branch information
ManuelB authored Dec 16, 2024
1 parent df73ca3 commit 4b8d564
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,14 @@ The ere-health application read configuration is the following order from most i
Make sure you created a `.env` file with your connector-specific configuration, see [CONFIGURATION.md](CONFIGURATION.md).

Then run:
Then run (with titus)):

> mvn quarkus:dev
With RU:

> mvn -Dquarkus.profile=RU quarkus:dev
[(Examples to start the application in different profiles and example CLI Parameters can be found in the CONFIGURATION.md file)](CONFIGURATION.md)


Expand Down

0 comments on commit 4b8d564

Please sign in to comment.