From c50f475ad88e018efdabdb568e4f5c6e126d79ff Mon Sep 17 00:00:00 2001 From: ccbikai Date: Wed, 1 Jan 2025 19:13:50 +0800 Subject: [PATCH] fix: update RSS_BEAUTIFY env var to empty string Changes default value of RSS_BEAUTIFY from boolean false to empty string for consistency with other environment variables in the configuration file. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index e7a6e80d..dc2df2ce 100644 --- a/.env.example +++ b/.env.example @@ -24,4 +24,4 @@ TAGS="" COMMENTS="" LINKS="" NAVS="" -RSS_BEAUTIFY=false \ No newline at end of file +RSS_BEAUTIFY="" \ No newline at end of file