From 27698e5f6460e429ca647595ab7dc60ffcbd49c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=8C?= Date: Mon, 4 Mar 2024 18:14:48 +0800 Subject: [PATCH] Update .filebrowser.json (#1032) Fix the issue of modifying configurations that are not stored and take effect. --- apps/filebrowser/2.27.0/data/.filebrowser.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/filebrowser/2.27.0/data/.filebrowser.json b/apps/filebrowser/2.27.0/data/.filebrowser.json index fbcf6a1a7..5f8944e48 100644 --- a/apps/filebrowser/2.27.0/data/.filebrowser.json +++ b/apps/filebrowser/2.27.0/data/.filebrowser.json @@ -3,6 +3,6 @@ "baseURL": "", "address": "", "log": "stdout", - "database": "/database/filebrowser.db", + "database": "/database.db", "root": "/srv" - } \ No newline at end of file + }