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