initial commit
[map.git] / honeymap-master / server / server_alienfeeds_config.js
1 var config = {
2   port: 1337,
3   uid: 1000,
4   hpfeeds: {
5     server: 'localhost',
6     port: 10000
7     //port: 10000,
8     //ident: 'MyUsername',
9     //auth: 'MyPassword'
10   }
11 };