mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
chore: include HTTPS_PUBLISH_PORT in example .env
This commit is contained in:
parent
12cf0b79fe
commit
d057cd051e
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ FRAPPE_SITE_NAME_HEADER=
|
|||
# Default value is `8080`.
|
||||
HTTP_PUBLISH_PORT=
|
||||
|
||||
# Default value is `443`.
|
||||
HTTPS_PUBLISH_PORT=
|
||||
|
||||
# Default value is `127.0.0.1`. Set IP address as our trusted upstream address.
|
||||
UPSTREAM_REAL_IP_ADDRESS=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue