enable the file store

This commit is contained in:
yflory
2017-01-06 11:16:56 +01:00
parent b0d4dad417
commit 3836b20b08
2 changed files with 2 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ define(function() {
*/
config.notificationTimeout = 5000;
config.USE_FS_STORE = false;
config.USE_HOMEPAGE_TABLE = true;
config.USE_FS_STORE = true;
config.USE_HOMEPAGE_TABLE = false;
return config;
});