mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
all
This commit is contained in:
parent
1ce22e214a
commit
b2fe4bf9ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue