From 146e72d9b8d8cdb91e3f1b099e8d435b81745181 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 20 Nov 2021 23:17:07 +0100 Subject: [PATCH] Update credentials.json --- conf/credentials.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/conf/credentials.json b/conf/credentials.json index 609603b..6d9fb45 100644 --- a/conf/credentials.json +++ b/conf/credentials.json @@ -20,14 +20,12 @@ * https://www.npmjs.com/package/ueberdb2 */ - /* An Example of MySQL Configuration */ - "dbType" : "postgres", + /* An Example of Redis Configuration */ + "dbType" : "redis", "dbSettings" : { - "user" : "__DB_NAME__", "host" : "localhost", - "port" : 5432, - "password": "__DB_PWD__", - "database": "__DB_NAME__" + "port" : 6379, + "database": "__REDIS_DB__" }, /*