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:
Igor Galić 2018-09-13 17:18:25 +02:00
parent 5b138df8ce
commit dfc76757bb
Signed by untrusted user who does not match committer: igalic
GPG key ID: ACFEFF7F6A123A86

View file

@ -1,5 +1,5 @@
BASE_URL=yourdomain.com
# generate one with openssl rand -base64 45
# generate one with openssl rand -base64 32
ROCKET_SECRET_KEY=randomstringhere
# you can safely leave those defaults