summaryrefslogtreecommitdiffstats
path: root/docs/datadictionary/dbsystemcode.rst
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-08-22 22:03:03 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-22 22:03:03 +0000
commit5db41e667a9bb495af0213712c273dc526e83a26 (patch)
tree2acbbc63e06f98f06b6a5449702569cce48b28d0 /docs/datadictionary/dbsystemcode.rst
parent9f260f36b66d0db54da89a8f9307d50fd0d4f320 (diff)
parentaec702437357b37e3c8de5d7042473fe2952fe82 (diff)
Merge "Fixed warnings and errors in Doc"
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