ojbc / mondrian-rest

A REST API for Mondrian
Other
55 stars 20 forks source link

Connection to postgresql #20

Open scoobie opened 4 years ago

scoobie commented 4 years ago

Hi. Is not really a issue, but a problem that i am having trying to connect to Postgresql my date base named ep. My coonection JSON is as follow: `{ "RnMonitorMeasurements": { "JdbcDriver": "org.postgresql.Driver", "Jdbc": "jdbc:postgresql://localhost/ep", "JdbcUser": "postgres", "JdbcPassword": "%DW_TOKEN%", "Catalog": "/ep.xml", "Description": "Simple test", "IsDemo": false

} }` Is not working and gives me a timeout when i try to do a POST to /query