Skip to content

Commit 4040f30

Browse files
authored
[Productifiation] Set SESSION_SECURE_COOKIE=true in production (#435)
* Update .env.docker.example * Update .env.example
1 parent 327a875 commit 4040f30

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.env.docker.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ SESSION_LIFETIME=86400
8585
SESSION_ENCRYPT=false
8686
SESSION_PATH=/
8787
SESSION_DOMAIN=null
88+
SESSION_SECURE_COOKIE=true
8889

8990
LOG_CHANNEL=daily
9091
LOG_STACK=single

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ SESSION_LIFETIME=86400
3434
SESSION_ENCRYPT=false
3535
SESSION_PATH=/
3636
SESSION_DOMAIN=null
37+
SESSION_SECURE_COOKIE=true
3738

3839
BROADCAST_CONNECTION=log
3940
FILESYSTEM_DISK=local

0 commit comments

Comments
 (0)