From 2deb97b7b5ec2cfc6284aacf1a5c7140e27f34ea Mon Sep 17 00:00:00 2001 From: Sagar <74648730+SagarIdeen@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:50:46 +0530 Subject: [PATCH] Update example.env (#1445) Added HTTP_PUBLISH_PORT variable for updating the published port. Default value will be 8080. if we want to update the port we can specify here. --- example.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example.env b/example.env index f9e4e674..3ff0aaf7 100644 --- a/example.env +++ b/example.env @@ -23,6 +23,9 @@ LETSENCRYPT_EMAIL=mail@example.com # and do want to access it by `127.0.0.1` host. Than you would set this variable to `mysite`. FRAPPE_SITE_NAME_HEADER= +# Default value is `8080`. +HTTP_PUBLISH_PORT= + # Default value is `127.0.0.1`. Set IP address as our trusted upstream address. UPSTREAM_REAL_IP_ADDRESS=