From 11f26504b6ea29ebdeeef64b914024819bdebbba Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sun, 26 Sep 2021 13:43:35 -0700 Subject: [PATCH] Add session cookie security to env example --- .env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env.example b/.env.example index b22d256..c06aaba 100644 --- a/.env.example +++ b/.env.example @@ -11,6 +11,13 @@ APP_PORT=80 APP_SERVICE=app APP_TIMEZONE=UTC +# +# Security +# Enable these settings after setting up an HTTPS connection. +# + +# SESSION_SECURE_COOKIE=true + # # Databases configuration. #