Merge "CCSDK-1637: Fix DGWorkflowExecutionServiceTest fail if run 1st"
[ccsdk/cds.git] / docs / datadictionary / dbsystemcode.rst
1 .. 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
5 Dbsystemcode
6 ============
7 .. code-block:: json
8    :linenos:
9    
10    "dsl_definitions": {
11    "dynamic-db-source": {
12     "type": "maria-db",
13     "url": "jdbc:mysql://localhost:3306/sdnctl",
14     "username": <username>,
15     "password": <password>
16    }
17    }