Add option to .env.example to decide if session should be encrypted or not

This commit is contained in:
DariusIII
2018-04-19 10:04:37 +02:00
parent 1f815ec989
commit a14096648f
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@ REDIS_PORT=6379
SESSION_DRIVER=file
SESSION_DOMAIN=localhost
SESSION_SECURE_COOKIE=false
SESSION_ENCRYPT=false
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io