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