Fix formatting issues in RST files
[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    {
11       "dsl_definitions": {
12          "dynamic-db-source": {
13             "type": "maria-db",
14             "url": "jdbc:mysql://localhost:3306/sdnctl",
15             "username": "<username>",
16             "password": "<password>"
17            }
18       }
19    }