fix comment in docker.sample.env
docker's sample .env file under docs/ which contains the wrong command to generate a rocket secret_key
This commit is contained in:
parent
5b138df8ce
commit
dfc76757bb
@ -1,5 +1,5 @@
|
|||||||
BASE_URL=yourdomain.com
|
BASE_URL=yourdomain.com
|
||||||
# generate one with openssl rand -base64 45
|
# generate one with openssl rand -base64 32
|
||||||
ROCKET_SECRET_KEY=randomstringhere
|
ROCKET_SECRET_KEY=randomstringhere
|
||||||
|
|
||||||
# you can safely leave those defaults
|
# you can safely leave those defaults
|
||||||
|
Loading…
Reference in New Issue
Block a user