postgis.json 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "dataStore": {
  3. "name": "postgis",
  4. "type": "PostGIS",
  5. "workspace": {
  6. "name": "cite"
  7. },
  8. "connectionParameters": {
  9. "entry": [
  10. {"@key": "schema","$": "public"},
  11. {"@key": "database","$": "postgres"},
  12. {"@key": "host","$": "localhost"},
  13. {"@key": "port","$": "5432"},
  14. {"@key": "passwd","$": "postgres"},
  15. {"@key": "dbtype","$": "postgis"},
  16. {"@key": "user","$": "postgres"},
  17. {"@key": "Estimated extends","$": "true"},
  18. {"@key": "encode functions","$": "true"},
  19. {"@key": "Loose bbox","$": "true"},
  20. {"@key": "Method used to simplify geometries","$": "PRESERVETOPOLOGY"},
  21. {"@key": "Support on the fly geometry simplification","$": "true"},
  22. {"@key": "validate connections","$": "true"},
  23. {"@key": "Connection timeout","$": "20"},
  24. {"@key": "min connections","$": "1"},
  25. {"@key": "max connections","$": "10"},
  26. {"@key": "Evictor tests per run","$": "3"},
  27. {"@key": "Test while idle","$": "true"},
  28. {"@key": "Max connection idle time","$": "300"}
  29. ]
  30. },
  31. "_default": true
  32. }
  33. }