fix: Add UTILS_SECRET to .env.sample (#1166)
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Please use `openssl rand -hex 32` to create SECRET_KEY
|
# Please use `openssl rand -hex 32` to create SECRET_KEY
|
||||||
SECRET_KEY=generate_a_new_key
|
SECRET_KEY=generate_a_new_key
|
||||||
|
UTILS_SECRET=generate_a_new_key
|
||||||
|
|
||||||
DATABASE_URL=postgres://user:pass@postgres:5432/outline
|
DATABASE_URL=postgres://user:pass@postgres:5432/outline
|
||||||
DATABASE_URL_TEST=postgres://user:pass@postgres:5432/outline-test
|
DATABASE_URL_TEST=postgres://user:pass@postgres:5432/outline-test
|
||||||
|
|||||||
Reference in New Issue
Block a user