Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
fff88693
...
fff88693c24d87263401972efe627ec6bc34b6a2
authored
2021-10-09 14:04:29 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
f4753aeb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/database.php
config/database.php
View file @
fff8869
...
...
@@ -166,7 +166,7 @@ return [
'host'
=>
env
(
'REDIS_HOST'
,
'127.0.0.1'
),
'password'
=>
env
(
'REDIS_PASSWORD'
,
null
),
'port'
=>
env
(
'REDIS_PORT'
,
'6379'
),
'database'
=>
0
,
'database'
=>
env
(
'REDIS_DB'
,
'11'
)
,
],
'bills'
=>
[
...
...
Please
register
or
sign in
to post a comment