aboutsummaryrefslogtreecommitdiffstats
path: root/docs/clamp/clamp/clamp-description.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/clamp/clamp/clamp-description.rst')
-rw-r--r--docs/clamp/clamp/clamp-description.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/clamp/clamp/clamp-description.rst b/docs/clamp/clamp/clamp-description.rst
index 006bcbac..f36a595b 100644
--- a/docs/clamp/clamp/clamp-description.rst
+++ b/docs/clamp/clamp/clamp-description.rst
@@ -77,7 +77,7 @@ Currently, the CLAMP docker images can be deployed with small configuration need
There are one datasource for Clamp. By default, it will try to connect to the localhost server using the credentials available in the example SQL files. If you need to change the default database host and/or credentials, you can do it by using the following json as SPRING_APPLICATION_JSON environment variable :
-.. code-block:: json
+.. code-block::
{
"spring.datasource.cldsdb.url": "jdbc:mariadb:sequential://clampdb.{{ include "common.namespace" . }}:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3",