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
No known key found for this signature in database
GPG Key ID: ACFEFF7F6A123A86
1 changed files with 1 additions and 1 deletions

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