feat(server): add flag for skipping indexing in launching
This commit is contained in:
parent
0cce1bd090
commit
aeb9d26bbd
4 changed files with 46 additions and 21 deletions
|
@ -40,7 +40,8 @@ func TestFileHandlers(t *testing.T) {
|
|||
},
|
||||
"server": {
|
||||
"debug": true,
|
||||
"host": "127.0.0.1"
|
||||
"host": "127.0.0.1",
|
||||
"initFileIndex": true
|
||||
},
|
||||
"fs": {
|
||||
"root": "tmpTestData"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue