mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
Remove default value of FRAPPE_SITE_NAME_HEADER in example.env
This commit is contained in:
parent
6f9834915b
commit
823eca420a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ LETSENCRYPT_EMAIL=mail@example.com
|
||||||
# or if host is `127.0.0.1` (local debugging), it should be `127.0.0.1` This variable allows
|
# or if host is `127.0.0.1` (local debugging), it should be `127.0.0.1` This variable allows
|
||||||
# to override described behavior. Let's say you create site named `mysite`
|
# to override described behavior. Let's say you create site named `mysite`
|
||||||
# and do want to access it by `127.0.0.1` host. Than you would set this variable to `mysite`.
|
# and do want to access it by `127.0.0.1` host. Than you would set this variable to `mysite`.
|
||||||
FRAPPE_SITE_NAME_HEADER=site
|
FRAPPE_SITE_NAME_HEADER=
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue