externalDataSources_postgresql.json 212 B

123456789101112
  1. [
  2. {
  3. "url" : "jdbc:postgresql://localhost:5432/x",
  4. "username" : "postgres",
  5. "password" :"password",
  6. "schema" : "public",
  7. "includes": [],
  8. "excludes": [],
  9. "enable" : true,
  10. "statEnable" : false
  11. }
  12. ]