Ezhilarasi | f53d11f | 2019-04-17 18:32:33 +0530 | [diff] [blame] | 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 | ============ |
Ezhilarasi | aec7024 | 2019-08-19 20:44:09 +0530 | [diff] [blame] | 7 | .. code-block:: json |
| 8 | :linenos: |
| 9 | |
| 10 | "dsl_definitions": { |
| 11 | "dynamic-db-source": { |
Ezhilarasi | f53d11f | 2019-04-17 18:32:33 +0530 | [diff] [blame] | 12 | "type": "maria-db", |
| 13 | "url": "jdbc:mysql://localhost:3306/sdnctl", |
Ezhilarasi | aec7024 | 2019-08-19 20:44:09 +0530 | [diff] [blame] | 14 | "username": <username>, |
| 15 | "password": <password> |
| 16 | } |
| 17 | } |