diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-04-17 18:32:33 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-04-17 18:32:39 +0530 |
commit | f53d11fe27670d27f0e4a4b0e89550f5b38b4cef (patch) | |
tree | d40b5d957b0a36563b68a151f95a1f5b99ee56de /docs/datadictionary/dbsystemcode.rst | |
parent | 569eaa5163b07d153c9b76195ecfd586bc84d7a7 (diff) |
Resource DB system sample code
Change-Id: I4c5b5560a36ff6560075476fd222e6d14bfe8307
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'docs/datadictionary/dbsystemcode.rst')
-rw-r--r-- | docs/datadictionary/dbsystemcode.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/datadictionary/dbsystemcode.rst b/docs/datadictionary/dbsystemcode.rst new file mode 100644 index 000000000..5051d1e7d --- /dev/null +++ b/docs/datadictionary/dbsystemcode.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2019 IBM. + +Dbsystemcode +============ + +"dsl_definitions": { + "dynamic-db-source": { + "type": "maria-db", + "url": "jdbc:mysql://localhost:3306/sdnctl", + "username": "sdnctl", + "password": "sdnctl" + } +}
\ No newline at end of file |