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
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