diff options
author | Dan Timoney <dtimoney@att.com> | 2019-08-22 22:03:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-22 22:03:03 +0000 |
commit | 5db41e667a9bb495af0213712c273dc526e83a26 (patch) | |
tree | 2acbbc63e06f98f06b6a5449702569cce48b28d0 /docs/datadictionary/dbsystemcode.rst | |
parent | 9f260f36b66d0db54da89a8f9307d50fd0d4f320 (diff) | |
parent | aec702437357b37e3c8de5d7042473fe2952fe82 (diff) |
Merge "Fixed warnings and errors in Doc"
Diffstat (limited to 'docs/datadictionary/dbsystemcode.rst')
-rw-r--r-- | docs/datadictionary/dbsystemcode.rst | 16 |
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 |