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 f2c35046bc
commit 510e668b3d

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