summaryrefslogtreecommitdiff
path: root/opendc-common/src/main/resources/database.toml
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-23 12:05:58 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-23 12:05:58 +0100
commit4f816318b6672d40f23b22ca44cc06b77cadf961 (patch)
tree40aa2cae25fee7a92eb36d1d471534a8b53fecd0 /opendc-common/src/main/resources/database.toml
parentdaad473975cc3e6eba0536d5a8fe750cf8b2fa7d (diff)
feat: added a working connection to Redis, and a scaffolding for the RESTful APIHEADmaster
Diffstat (limited to 'opendc-common/src/main/resources/database.toml')
-rw-r--r--opendc-common/src/main/resources/database.toml2
1 files changed, 1 insertions, 1 deletions
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