Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS committed Nov 20, 2023
1 parent f73ab11 commit 9f2e2e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/dotcms-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ dotcms.client.servers.demo=https://demo.dotcms.com/api

Notice how the `dotcms.client.servers` property has a postfix matching the profile name in the `dot-services.yml` file.

Therefore, in order to add a new instance profile, you need to add a new entry in the `dot-services.yml` file and a new property in the `application.properties` file.
See the Quarkus configuration guide to learn how to extend the `application.properties` file.
Here https://es.quarkus.io/guides/config-reference#application-properties-file
Therefore, in order to add a new instance profile, you need to add a new entry in the `dot-services.yml` file and a new property extending the `application.properties` file.
Application properties can be extended via system properties, environment variables, `.evn` file or in `$PWD/config/application.properties` file.
To learn more about how to extend the `application.properties` file see the Quarkus configuration guide [Here](https://es.quarkus.io/guides/config-reference#application-properties-file)

In future versions this process will be facilitated by the CLI itself.

Expand Down

0 comments on commit 9f2e2e3

Please sign in to comment.