From 4f816318b6672d40f23b22ca44cc06b77cadf961 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Mon, 23 Feb 2026 12:05:58 +0100 Subject: feat: added a working connection to Redis, and a scaffolding for the RESTful API --- opendc-common/src/main/resources/database.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-common/src/main/resources/database.toml') diff --git a/opendc-common/src/main/resources/database.toml b/opendc-common/src/main/resources/database.toml index 35e1d159..c9aaa253 100644 --- a/opendc-common/src/main/resources/database.toml +++ b/opendc-common/src/main/resources/database.toml @@ -2,4 +2,4 @@ "username" = "matt" "password" = "admin" "database" = "opendc" -"table" = "postgres_topic" \ No newline at end of file +"stream" = "postgres_topic" \ No newline at end of file -- cgit v1.2.3