diff options
author | Rene Robert <rene.robert@orange.com> | 2018-04-26 12:08:30 +0000 |
---|---|---|
committer | Rene Robert <rene.robert@orange.com> | 2018-04-26 12:08:30 +0000 |
commit | 615546d8f9eab9a925f304298f1b42e3b4dbc4d0 (patch) | |
tree | 904be3211e3c105ac88cf15f75e1ba882f898b10 /docs/configuration/configuration.rst | |
parent | ace06bb0c86ea0a26cd098f1c04bd1b5d1a1f746 (diff) |
correct rst files
Issue-ID: EXTAPI-74
Change-Id: Ib03bdda0f7f8493d3b3b6cac9f603076bc7bf62b
Signed-off-by: Rene Robert <rene.robert@orange.com>
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 |