Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Yeray Santana Hualde
syncEnrollments
Commits
1a48254e
Commit
1a48254e
authored
Jan 04, 2017
by
Taylor Otwell
Committed by
GitHub
Jan 04, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4095 from laravel/revert-4093-fix/pusher-config
Revert "[5.4] Change PUSHER enviroment variable names"
parents
251140ef
7b3e8847
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.env.example
.env.example
+2
-2
broadcasting.php
config/broadcasting.php
+2
-2
No files found.
.env.example
View file @
1a48254e
...
@@ -28,5 +28,5 @@ MAIL_PASSWORD=null
...
@@ -28,5 +28,5 @@ MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_ENCRYPTION=null
PUSHER_APP_ID=
PUSHER_APP_ID=
PUSHER_
APP_
KEY=
PUSHER_KEY=
PUSHER_
APP_
SECRET=
PUSHER_SECRET=
config/broadcasting.php
View file @
1a48254e
...
@@ -32,8 +32,8 @@ return [
...
@@ -32,8 +32,8 @@ return [
'pusher'
=>
[
'pusher'
=>
[
'driver'
=>
'pusher'
,
'driver'
=>
'pusher'
,
'key'
=>
env
(
'PUSHER_
APP_
KEY'
),
'key'
=>
env
(
'PUSHER_KEY'
),
'secret'
=>
env
(
'PUSHER_
APP_
SECRET'
),
'secret'
=>
env
(
'PUSHER_SECRET'
),
'app_id'
=>
env
(
'PUSHER_APP_ID'
),
'app_id'
=>
env
(
'PUSHER_APP_ID'
),
'options'
=>
[
'options'
=>
[
//
//
...
...
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