From 9645bbaf63eaa07bd99bfbaac8a029d4c5f838b1 Mon Sep 17 00:00:00 2001 From: Sebastian Luna-Valero Date: Thu, 9 Nov 2023 15:38:22 +0100 Subject: [PATCH] ordered list --- docs/usage.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index bf0ea64..d461db3 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -117,14 +117,14 @@ configuration files, one per project, with its own configuraion. *fedcloud* parameters can be configured using: -1. comand-line options (highest priority); e.g.: *--site* +#. comand-line options (highest priority); e.g.: *--site* -1. environment variables starting with the prefix *FEDCLOUD_*; +#. environment variables starting with the prefix *FEDCLOUD_*; e.g.: *FEDCLOUD_SITE*. -1. configuration file; e.g. *site* in *config.yaml* +#. configuration file; e.g. *site* in *config.yaml* -1. default configuration (lowest priority); +#. default configuration (lowest priority); The order is important: the default configuration is overwritten by the configuration file, and this is overwritten by values stored in environment