Merge "Doc Source input code"
[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
8 "dsl_definitions": {
9   "dynamic-db-source": {
10     "type": "maria-db",
11     "url": "jdbc:mysql://localhost:3306/sdnctl",
12     "username": "sdnctl",
13     "password": "sdnctl"
14   }
15 }