From 9f2e2e33523521f744b277d559dc6980d4b582de Mon Sep 17 00:00:00 2001 From: fabrizzio-dotCMS Date: Mon, 20 Nov 2023 08:30:13 -0600 Subject: [PATCH] #26737 --- tools/dotcms-cli/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/dotcms-cli/README.md b/tools/dotcms-cli/README.md index 298716233605..c522220c20a9 100644 --- a/tools/dotcms-cli/README.md +++ b/tools/dotcms-cli/README.md @@ -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.