Skip to content

Commit

Permalink
Fix example sensinact.history.timescale config
Browse files Browse the repository at this point in the history
Signed-off-by: Guido Grune <[email protected]>
  • Loading branch information
gg-dim authored and stbischof committed Aug 9, 2024
1 parent a95aa9b commit 2a3c185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/southbound/history/timescale.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ docker run --rm -d --name timescale-db -p 5432:5432 \
The matching history provider configuration with PID `sensinact.history.timescale` could be:
```json
{
"url": "jdbc://localhost:5432/sensinactHistory",
"url": "jdbc:postgresql://localhost:5432/sensinactHistory",
"user": "snaHistory",
".password": "test.password",
"provider": "history"
Expand Down

0 comments on commit 2a3c185

Please sign in to comment.