Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2016-04-12 20:08:49 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
0a8030306e9b3c3e8c34222f5503cd8e82e83ea3
0a803030
1 parent
d6bad011
Fixed redis config not being set if not using redis
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/database.php
config/database.php
View file @
0a80303
...
...
@@ -139,6 +139,6 @@ return [
|
*/
'redis'
=>
$redisConfig
,
'redis'
=>
env
(
'REDIS_SERVERS'
,
false
)
?
$redisConfig
:
[]
,
];
...
...
Please
register
or
sign in
to post a comment