feat(server): add flag for skipping indexing in launching

This commit is contained in:
hexxa 2022-08-12 19:43:04 +08:00 committed by Hexxa
parent 0cce1bd090
commit aeb9d26bbd
4 changed files with 46 additions and 21 deletions

View file

@ -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"