feature(config) add root

This commit is contained in:
coderaiser 2015-04-08 04:39:05 -04:00
parent d00f60f40e
commit 9698dd4dcc
2 changed files with 3 additions and 1 deletions

View file

@ -206,6 +206,7 @@ Here is description of options:
"showKeysPanel" : true, /* show classic panel with buttons of keys */
"port" : 8000, /* http port */
"ip" : null, /* ip or null(default) */
"root" : "/" /* root directory */
}
```

View file

@ -15,5 +15,6 @@
"cache": true,
"showKeysPanel": true,
"port": 8000,
"ip": null
"ip": null,
"root": "/"
}