From b39f07895a9c4498075a5196f39bdaefef536aa0 Mon Sep 17 00:00:00 2001 From: sbwml Date: Sun, 15 Jun 2025 03:20:30 +0800 Subject: [PATCH] openlist: update default config Signed-off-by: sbwml --- openlist/files/openlist.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlist/files/openlist.config b/openlist/files/openlist.config index bf7e754..e0334ca 100644 --- a/openlist/files/openlist.config +++ b/openlist/files/openlist.config @@ -8,8 +8,8 @@ config openlist option token_expires_in '48' option max_connections '0' option tls_insecure_skip_verify '1' - option data_dir '/etc/alist' - option temp_dir '/tmp/alist' + option data_dir '/etc/openlistlist' + option temp_dir '/tmp/openlistlist' option log '1' option log_max_size '10' option log_max_backups '5'