From 390a1343b788af56ad52f9bb267edf82e65920bf Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 23 Jan 2022 09:46:29 -0800 Subject: [PATCH] docs: Remove contradicting message from .env comments --- .env.sample | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.env.sample b/.env.sample index 997f417b8..af3207880 100644 --- a/.env.sample +++ b/.env.sample @@ -1,11 +1,3 @@ -# 👋 Welcome, we're glad you're setting up an installation of Outline. Copy this -# file to .env or set the variables in your local environment manually. For -# development with docker this should mostly work out of the box other than -# setting the Slack keys and the SECRET_KEY. - - - - # –––––––––––––––– REQUIRED –––––––––––––––– # Generate a hex-encoded 32-byte random key. You should use `openssl rand -hex 32`