externalDataSources_dm.json 190 B

123456789101112
  1. [
  2. {
  3. "url": "jdbc:dm://127.0.0.1:5236",
  4. "username": "SYSDBA",
  5. "password": "123456789",
  6. "includes": [],
  7. "excludes": [],
  8. "enable": true,
  9. "statEnable": false,
  10. "schema": "X"
  11. }
  12. ]