Skip to content

Commit

Permalink
Update example.env (#1445)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SagarIdeen authored Aug 19, 2024
1 parent 30cc91b commit 2deb97b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ [email protected]
# 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=

Expand Down

0 comments on commit 2deb97b

Please sign in to comment.