diff options
author | Eric Debeau <eric.debeau@orange.com> | 2018-05-09 13:49:51 +0000 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2018-05-09 13:55:40 +0000 |
commit | e74c1588cde659173fe51a46b0b7e063ee1d5e27 (patch) | |
tree | e9e916bff071e07307d77d7d316b49d373750f6c /docs/configuration | |
parent | d7b71f1e3368a583eb9c7535f2cc8b5b73140725 (diff) |
Correct bad spelling words
Correct bad spelling words based on the results
provided by the tox -espellcheck command from
Documentation project
Change-Id: If2ebfce04b7cd65f418feb9775385a36c8242dbb
Issue-ID: EXTAPI-85
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/configuration.rst | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/docs/configuration/configuration.rst b/docs/configuration/configuration.rst index b71d60f..1ec4054 100644 --- a/docs/configuration/configuration.rst +++ b/docs/configuration/configuration.rst @@ -1,4 +1,5 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. This work is licensed under +.. a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2018 ORANGE @@ -6,9 +7,13 @@ Configuration ============= -A configuration file, *src/main/resources/application-localhost.properties* list all the component interface that can be configured depending on the environment were the app is deployed. -By default, the application runs with an embedded both MongoDB and MariaDB local instance. -This file also list configurations of all the REST interface maid from NBI to other ONAP component such as SDC, AA&I and SO. +A configuration file, *src/main/resources/application-localhost.properties* +list all the component interface that can be configured depending on the +environment were the application is deployed. +By default, the application runs with an embedded both MongoDB and MariaDB +local instance. +This file also list configurations of all the REST interface maid from NBI +to other ONAP component such as SDC, AA&I and SO. ************** @@ -68,7 +73,8 @@ Default values Changing values *************** -To adapt application parameters to your context, you need to set up some environment attributes. For example : +To adapt application parameters to your context, you need to set up some +environment attributes. For example : :: |