From 352c6107adee3bed6e335de920d331fa43f56786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E7=9F=A5=E7=81=AB=20Shiranui?= Date: Tue, 29 Oct 2024 16:23:36 +0000 Subject: [PATCH] ci(.env.sample): add missing items --- .env.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.sample b/.env.sample index b4826ee..a7b1ec2 100644 --- a/.env.sample +++ b/.env.sample @@ -2,6 +2,7 @@ NODE_ENV="development" # general +TRUST_PROXY="loopback" # empty to disable, ('loopback', 'linklocal', 'uniquelocal' or ip addresses) ENABLED_PROTOCOLS="http,https" # ('http', 'https') ENABLED_REDIRECT_HTTP_HTTPS="no" # redirect http to https ('yes' or 'no') INDEX_REDIRECT_TYPE="permanent" # ('temporary' or 'permanent')