fix: Add UTILS_SECRET to .env.sample (#1166)

This commit is contained in:
Mark Cabanero 2020-01-23 18:38:50 -08:00 committed by Tom Moor
parent 8e5a5a57a9
commit 241d557c90
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#
# Please use `openssl rand -hex 32` to create SECRET_KEY
SECRET_KEY=generate_a_new_key
UTILS_SECRET=generate_a_new_key
DATABASE_URL=postgres://user:pass@postgres:5432/outline
DATABASE_URL_TEST=postgres://user:pass@postgres:5432/outline-test