Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
8dde4b5d
Commit
8dde4b5d
authored
Mar 04, 2020
by
Dominik Hebeler
Browse files
added sentinel driver to redis cache connection
parent
a5c9f33e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/database.php
View file @
8dde4b5d
...
...
@@ -121,6 +121,7 @@ return [
],
'cache'
=>
[
'driver'
=>
env
(
'REDIS_CACHE_DRIVER'
,
'redis'
),
'host'
=>
env
(
'REDIS_CACHE_HOST'
,
'localhost'
),
'password'
=>
env
(
'REDIS_CACHE_PASSWORD'
,
null
),
'port'
=>
env
(
'REDIS_CACHE_PORT'
,
6379
),
...
...
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