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
d0e508b4
Commit
d0e508b4
authored
Feb 24, 2020
by
Dominik Hebeler
Browse files
disabled connection timeout for local redis
parent
771fcd7c
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/database.php
View file @
d0e508b4
...
...
@@ -113,6 +113,7 @@ return [
'cluster'
=>
false
,
'default'
=>
[
'read_write_timeout'
=>
-
1
,
'host'
=>
env
(
'REDIS_HOST'
,
'localhost'
),
'password'
=>
env
(
'REDIS_PASSWORD'
,
null
),
'port'
=>
env
(
'REDIS_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