diff configuration.js @ 26:f2e9365bc8ec

Can use differents backends for node storage. Writing directory-based backend in top of file-based backend.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 01 Nov 2010 02:39:58 +0100
parents 06abc804e2ab
children bc717575e66a
line wrap: on
line diff
--- a/configuration.js
+++ b/configuration.js
@@ -25,7 +25,7 @@ config.superOwner = ['you@example.com'];
 config.version = '0.1';
 config.os = 'GNU/Linux';
 config.allowCreateNode = [/@example\.com$/]; // value is an array of RegExp JIDs. If only super-owner should be able to create nodes, use [].
-
+config.backend = 'directory'; // Put backends in “backends” directory.
 config.access = 'open'; // values include open, whitelist (by members) and authorize (owners of the node receive notification). presence and roster aren’t implemented yet.
 
 config.activated = [