mirror of https://github.com/kcal-app/kcal.git
Add session cookie security to env example
This commit is contained in:
parent
db055b934e
commit
11f26504b6
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue