blob: d6cda5b6cedef63d0b63beadf20de864ac8c4bd2 [file] [log] [blame]
Ezhilarasif53d11f2019-04-17 18:32:33 +05301.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3.. Copyright (C) 2019 IBM.
4
5Dbsystemcode
6============
Ezhilarasiaec70242019-08-19 20:44:09 +05307.. code-block:: json
8 :linenos:
9
10 "dsl_definitions": {
11 "dynamic-db-source": {
Ezhilarasif53d11f2019-04-17 18:32:33 +053012 "type": "maria-db",
13 "url": "jdbc:mysql://localhost:3306/sdnctl",
Ezhilarasiaec70242019-08-19 20:44:09 +053014 "username": <username>,
15 "password": <password>
16 }
17 }