Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
ic_server_welfare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4141c829
authored
Sep 18, 2019
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改配置文件
parent
8099dacd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
.env
config/database.php
.env
View file @
4141c829
...
...
@@ -4,7 +4,8 @@ APP_KEY=0uUBt7t4fFIttyqkyLxDhLC7gn9361Yt
APP_TIMEZONE=PRC
DB_CONNECTION=mysql
DB_HOST=192.168.2.232
DB_HOST_R=192.168.2.232
DB_HOST_W=192.168.2.232
DB_PORT=3306
DB_DATABASE=ic_welfare
DB_USERNAME=ic_welfare
...
...
config/database.php
View file @
4141c829
...
...
@@ -42,10 +42,10 @@ return [
'mysql'
=>
[
'driver'
=>
'mysql'
,
'read'
=>
[
'host'
=>
env
(
'DB_HOST'
)
'host'
=>
env
(
'DB_HOST
_R
'
)
],
'write'
=>
[
'host'
=>
env
(
'DB_HOST'
)
'host'
=>
env
(
'DB_HOST
_W
'
)
],
'port'
=>
env
(
'DB_PORT'
,
'3306'
),
'database'
=>
env
(
'DB_DATABASE'
,
'forge'
),
...
...
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