Browse Source

Add BROADCAST_DRIVER on .env

Having pusher keys, the file should contain the key for the broadcast also.
Frank Sepulveda 7 years ago
parent
commit
8998cf5533
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .env.example

+ 1 - 0
.env.example

@@ -14,6 +14,7 @@ DB_PASSWORD=secret
 CACHE_DRIVER=file
 SESSION_DRIVER=file
 QUEUE_DRIVER=sync
+BROADCAST_DRIVER=log
 
 REDIS_HOST=127.0.0.1
 REDIS_PASSWORD=null