Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
95699bc4
Commit
95699bc4
authored
Oct 04, 2017
by
Nicolas Widart
Committed by
GitHub
Oct 04, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #397 from mikemand/fix-pusher-config
Update Pusher configuration
parents
254cd4a5
6b761bfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
broadcasting.php
config/broadcasting.php
+4
-3
No files found.
config/broadcasting.php
View file @
95699bc4
...
@@ -30,11 +30,12 @@ return [
...
@@ -30,11 +30,12 @@ return [
'pusher'
=>
[
'pusher'
=>
[
'driver'
=>
'pusher'
,
'driver'
=>
'pusher'
,
'key'
=>
env
(
'PUSHER_KEY'
),
'key'
=>
env
(
'PUSHER_
APP_
KEY'
),
'secret'
=>
env
(
'PUSHER_SECRET'
),
'secret'
=>
env
(
'PUSHER_
APP_
SECRET'
),
'app_id'
=>
env
(
'PUSHER_APP_ID'
),
'app_id'
=>
env
(
'PUSHER_APP_ID'
),
'options'
=>
[
'options'
=>
[
//
'cluster'
=>
env
(
'PUSHER_APP_CLUSTER'
,
'eu'
),
'encrypted'
=>
env
(
'PUSHER_APP_ENCRYPTED'
,
true
),
],
],
],
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment