comparison 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
comparison
equal deleted inserted replaced
3:805f24754ff1 4:8acaa0a575c7
19 'use strict'; 19 'use strict';
20 20
21 var config = exports; 21 var config = exports;
22 22
23 config.jid = 'avatar.example.org'; 23 config.jid = 'avatar.example.org';
24 config.host = 'localhost';
25 config.port = 5347;
24 config.password = 'hellohello'; 26 config.password = 'hellohello';
25 config.directory = 'data'; 27 config.directory = 'data'; // Directory of the cache.