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__" }, /*