From 486754d119e0ae5db916b939492e166ecf4af06f Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Tue, 6 Dec 2022 13:56:07 +0000 Subject: [PATCH] Added SESSION_SECRET to .env.example --- apps/webapp/.env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/webapp/.env.example b/apps/webapp/.env.example index 335dc4e7a..8c08680c2 100644 --- a/apps/webapp/.env.example +++ b/apps/webapp/.env.example @@ -1 +1,2 @@ -DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres \ No newline at end of file +DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres +SESSION_SECRET=ABCDEFGHI-12345678910 \ No newline at end of file