From e21f67c6f6b9e6b5ef3444675add4eb23410e65c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 6 Feb 2022 12:32:56 +0100 Subject: [PATCH] Update credentials.json --- conf/credentials.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/conf/credentials.json b/conf/credentials.json index 609603b..da23822 100644 --- a/conf/credentials.json +++ b/conf/credentials.json @@ -21,13 +21,11 @@ */ /* An Example of MySQL Configuration */ - "dbType" : "postgres", + "dbType" : "redis", "dbSettings" : { - "user" : "__DB_NAME__", "host" : "localhost", - "port" : 5432, - "password": "__DB_PWD__", - "database": "__DB_NAME__" + "port" : 6379, + "database": "__REDIS_DB__" }, /*