Fix typo
This commit is contained in:
parent
2487c1397c
commit
d01e91a3f1
2
.env
2
.env
|
@ -16,7 +16,7 @@ LETSENCRYPT_EMAIL=email@example.com
|
||||||
LETSENCRYPT_AGREE=false
|
LETSENCRYPT_AGREE=false
|
||||||
|
|
||||||
# use openssl rand -base64 33
|
# use openssl rand -base64 33
|
||||||
MORTY_KEY=RemplaceWithARealKey!
|
MORTY_KEY=ReplaceWithARealKey!
|
||||||
|
|
||||||
# filtron ( /filtron/rules ), use for example "tr -cd '[:alnum:]' < /dev/urandom | fold -w12 | head -n1"
|
# filtron ( /filtron/rules ), use for example "tr -cd '[:alnum:]' < /dev/urandom | fold -w12 | head -n1"
|
||||||
FILTRON_USER=filtron
|
FILTRON_USER=filtron
|
||||||
|
|
Loading…
Reference in New Issue