This commit is contained in:
node 2012-07-04 20:04:51 +00:00
parent 1ce22e214a
commit b2fe4bf9ac

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' +