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