From bcf918f02ce86f200b3acf6d8001bbc8b570286d Mon Sep 17 00:00:00 2001 From: perennial Date: Fri, 19 Apr 2024 10:58:38 +1000 Subject: [PATCH] .env.example: remove quotation marks --- .env.example | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.env.example b/.env.example index cb53622..c0d338c 100644 --- a/.env.example +++ b/.env.example @@ -2,15 +2,14 @@ # See https://pixivfe.pages.dev/environment-variables/ for more details # -- Required variables -# NOTE: PixivFE can be exposed on either a port or a Unix socket -PIXIVFE_PORT="8282" -# PIXIVFE_UNIXSOCKET="/srv/http/pages/pixivfe" # Ignored if PIXIVFE_PORT is set -# PIXIVFE_TOKEN=changethis # Only set here if not using a secret +PIXIVFE_PORT=8282 +# PIXIVFE_UNIXSOCKET=/srv/http/pages/pixivfe +# PIXIVFE_TOKEN=changethis # -- Optional variables -# PIXIVFE_DEV= -PIXIVFE_HOST="127.0.0.1" +PIXIVFE_HOST=127.0.0.1 # PIXIVFE_REQUESTLIMIT= # PIXIVFE_IMAGEPROXY= -PIXIVFE_USERAGENT="Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0" -PIXIVFE_ACCEPTLANGUAGE="en-US,en;q=0.5" +PIXIVFE_USERAGENT=Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0 +PIXIVFE_ACCEPTLANGUAGE=en-US,en;q=0.5 +# PIXIVFE_DEV=