diff --git a/configs/demo.yml b/configs/demo.yml index 6521790..ba097cb 100644 --- a/configs/demo.yml +++ b/configs/demo.yml @@ -11,6 +11,7 @@ server: maxHeaderBytes: 512 publicPath: "/quickshare/static/public" searchResultLimit: 16 + initFileIndex: true users: enableAuth: true defaultAdmin: "" diff --git a/configs/dev.yml b/configs/dev.yml index d974138..1cf6590 100644 --- a/configs/dev.yml +++ b/configs/dev.yml @@ -13,6 +13,7 @@ server: maxHeaderBytes: 512 publicPath: "static/public" searchResultLimit: 16 + initFileIndex: true users: enableAuth: true defaultAdmin: "" diff --git a/configs/docker.yml b/configs/docker.yml index db8672f..906f8ae 100644 --- a/configs/docker.yml +++ b/configs/docker.yml @@ -11,5 +11,6 @@ server: maxHeaderBytes: 512 publicPath: "/quickshare/static/public" searchResultLimit: 16 + initFileIndex: true db: dbPath: "/quickshare/root/quickshare.db" diff --git a/configs/lan.yml b/configs/lan.yml index 40336ca..e2ac64b 100644 --- a/configs/lan.yml +++ b/configs/lan.yml @@ -13,6 +13,7 @@ server: maxHeaderBytes: 512 publicPath: "static/public" searchResultLimit: 16 + initFileIndex: true users: enableAuth: true defaultAdmin: ""