forgot to change the default settings in Settings.js

This commit is contained in:
Peter 'Pita' Martischka 2011-08-17 19:26:56 +01:00
parent c2457e06d8
commit a47ada46d7
1 changed files with 2 additions and 2 deletions

View File

@ -33,11 +33,11 @@ exports.port = 9001;
/* /*
* The Type of the database * The Type of the database
*/ */
exports.dbType = "sqlite"; exports.dbType = "dirty";
/** /**
* This setting is passed with dbType to ueberDB to set up the database * This setting is passed with dbType to ueberDB to set up the database
*/ */
exports.dbSettings = { "filename" : "../var/sqlite.db" }; exports.dbSettings = { "filename" : "../var/dirty.db" };
/** /**
* The default Text of a new pad * The default Text of a new pad
*/ */