Skip to content

Commit

Permalink
fix timescale configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Guido Grune <[email protected]>
  • Loading branch information
gg-dim committed Aug 9, 2024
1 parent 04e9e3b commit 545311b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
":configurator:symbolic-name": "Timescale",

"sensinact.history.timescale": {
"url": "jdbc://localhost:5432/sensinactHistory",
"url": "jdbc:postgresql://localhost:5432/sensinactHistory",
"user": "snaHistory",
".password": "test.password",
"provider": "history"
"provider": "brokerHistory"
}
}

0 comments on commit 545311b

Please sign in to comment.