This commit is contained in:
node 2012-07-04 20:04:51 +00:00
parent 767b3b8629
commit 4b77aa5896

View file

@ -195,7 +195,7 @@ CloudServer.init=(function(){
};
try{
console.log('reading configureation file config.json...');
lConfig=require('./config');
lConfig=require('./config.json');
console.log('config.json readed');
}catch(pError){
console.log('warning: configureation file config.json not found...\n' +