Add session cookie security to env example

This commit is contained in:
Christopher C. Wells 2021-09-26 13:43:35 -07:00
parent db055b934e
commit 11f26504b6
1 changed files with 7 additions and 0 deletions

View File

@ -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.
#