diff options
author | Matthieu Geerebaert <matthieu.geerebaert@orange.com> | 2018-04-26 14:43:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-26 14:43:59 +0000 |
commit | 3ae950ed3df4fbdb9d53e7b6b5a085dc1c34f878 (patch) | |
tree | 400b4cf23f02d3bdbf079e3388303e4ce7ad63b9 /docs/configuration/configuration.rst | |
parent | 29d157e1fa499b2f9ab134a627bf7543e7dd3409 (diff) | |
parent | 615546d8f9eab9a925f304298f1b42e3b4dbc4d0 (diff) |
Merge "correct rst files Issue-ID: EXTAPI-74"
Diffstat (limited to 'docs/configuration/configuration.rst')
-rw-r--r-- | docs/configuration/configuration.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/configuration.rst b/docs/configuration/configuration.rst index fb777a5..ce45d44 100644 --- a/docs/configuration/configuration.rst +++ b/docs/configuration/configuration.rst @@ -70,6 +70,7 @@ Changing values To adapt application parameters to your context, you need to set up some environment attributes. For example : +:: SPRING_DATASOURCE_PASSWORD: your own value here SPRING_DATASOURCE_USERNAME: your own value here |