diff configuration.js @ 4:8acaa0a575c7

Allow configuration of the host.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 19 May 2011 17:21:16 +0200
parents d5cfe54f11aa
children 9b2f17ea1594
line wrap: on
line diff
--- a/configuration.js
+++ b/configuration.js
@@ -21,5 +21,7 @@
 var config = exports;
 
 config.jid = 'avatar.example.org';
+config.host = 'localhost';
+config.port = 5347;
 config.password = 'hellohello';
-config.directory = 'data';
+config.directory = 'data'; // Directory of the cache.