From dfc76757bb370bbd59fb84f23a4844afca5c3c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Thu, 13 Sep 2018 17:18:25 +0200 Subject: [PATCH] fix comment in docker.sample.env docker's sample .env file under docs/ which contains the wrong command to generate a rocket secret_key --- docs/docker.sample.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.sample.env b/docs/docker.sample.env index 97085734..33ae4f49 100644 --- a/docs/docker.sample.env +++ b/docs/docker.sample.env @@ -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