From 82bf432abcb5877a88e84c17489b261ef0e49746 Mon Sep 17 00:00:00 2001 From: Sagar <74648730+SagarIdeen@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:18:11 +0530 Subject: [PATCH] Update example.env 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 42d6d9fd..8bb9e0e2 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=