summaryrefslogtreecommitdiffstats
path: root/docs/datadictionary/dbsystemcode.rst
diff options
context:
space:
mode:
authorEzhilarasi <ezhrajam@in.ibm.com>2019-08-19 20:44:09 +0530
committerEzhilarasi R <ezhrajam@in.ibm.com>2019-08-21 13:59:24 +0000
commitaec702437357b37e3c8de5d7042473fe2952fe82 (patch)
tree1d44219f1b5afb600510e37fd19d407682187225 /docs/datadictionary/dbsystemcode.rst
parent45f09e768722282391c2ea82894ac148ca9a8918 (diff)
Fixed warnings and errors in Doc
Fixed errors in read the docs page Change-Id: Id5ccdd2049d71d5099de5537b0799bb5dfc7124c Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'docs/datadictionary/dbsystemcode.rst')
-rw-r--r--docs/datadictionary/dbsystemcode.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/datadictionary/dbsystemcode.rst b/docs/datadictionary/dbsystemcode.rst
index 5051d1e7d..d6cda5b6c 100644
--- a/docs/datadictionary/dbsystemcode.rst
+++ b/docs/datadictionary/dbsystemcode.rst
@@ -4,12 +4,14 @@
Dbsystemcode
============
-
-"dsl_definitions": {
- "dynamic-db-source": {
+.. code-block:: json
+ :linenos:
+
+ "dsl_definitions": {
+ "dynamic-db-source": {
"type": "maria-db",
"url": "jdbc:mysql://localhost:3306/sdnctl",
- "username": "sdnctl",
- "password": "sdnctl"
- }
-} \ No newline at end of file
+ "username": <username>,
+ "password": <password>
+ }
+ } \ No newline at end of file