Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esf
fenzhan_zsb
Commits
928df8df
Commit
928df8df
authored
Jul 16, 2020
by
liuqiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改测试库地址
parent
dbf0370b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
database.php
365frame/config/database.php
+2
-2
No files found.
365frame/config/database.php
View file @
928df8df
...
@@ -13,7 +13,7 @@ $IpHostAllow =explode('.',GetIp());
...
@@ -13,7 +13,7 @@ $IpHostAllow =explode('.',GetIp());
if
(
$IpHostAllow
[
'0'
]
==
'192'
||
$IpHostAllow
[
'0'
]
==
'127'
)
if
(
$IpHostAllow
[
'0'
]
==
'192'
||
$IpHostAllow
[
'0'
]
==
'127'
)
{
{
$config
[
'public'
]
=
array
(
$config
[
'public'
]
=
array
(
'host'
=>
'1
72.17.1.50
'
,
'host'
=>
'1
92.168.105.243
'
,
'port'
=>
'3306'
,
'port'
=>
'3306'
,
'user'
=>
'root'
,
'user'
=>
'root'
,
'pass'
=>
'idontcare'
,
'pass'
=>
'idontcare'
,
...
@@ -47,7 +47,7 @@ $config['sellRead'] = array(
...
@@ -47,7 +47,7 @@ $config['sellRead'] = array(
'host'
=>
array
(
'host'
=>
array
(
//'172.17.1.131',
//'172.17.1.131',
//'172.17.1.92',
//'172.17.1.92',
'1
72.17.1.50
'
,
'1
92.168.105.243
'
,
),
),
'port'
=>
'3306'
,
'port'
=>
'3306'
,
'user'
=>
'root'
,
'user'
=>
'root'
,
...
...
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