Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ylc.llewan.com
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
llewan
ylc.llewan.com
Commits
8c77fcbb
Commit
8c77fcbb
authored
Sep 19, 2018
by
734642908@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交config
parent
ca0fc3f0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
config.php
Application/Common/Conf/config.php
+16
-2
No files found.
Application/Common/Conf/config.php
View file @
8c77fcbb
...
...
@@ -8,15 +8,28 @@ return array(
),
'LEWAN_HEZI'
=>
array
(
'DB_TYPE'
=>
'mysql'
,
'DB_HOST'
=>
'1
72.16.175.88
'
,
'DB_HOST'
=>
'1
27.0.0.1
'
,
'DB_NAME'
=>
'lewan_hezi'
,
'DB_USER'
=>
'root'
,
'DB_PWD'
=>
'1
11111
'
,
'DB_PWD'
=>
'1
23456
'
,
'DB_PORT'
=>
'3306'
,
'DB_PREFIX'
=>
''
,
'DB_CHARSET'
=>
'utf8'
,
'DB_PARAMS'
=>
array
(
\PDO
::
ATTR_CASE
=>
\PDO
::
CASE_NATURAL
),
'DB_DEBUG'
=>
true
),
// 'LEWAN_HEZI' => array(
// 'DB_TYPE' => 'mysql',
// 'DB_HOST' => '172.16.175.88',
// 'DB_NAME' => 'lewan_hezi',
// 'DB_USER' => 'root',
// 'DB_PWD' => '111111',
// 'DB_PORT' => '3306',
// 'DB_PREFIX' => '',
// 'DB_CHARSET' => 'utf8',
// 'DB_PARAMS' => array(\PDO::ATTR_CASE => \PDO::CASE_NATURAL),
// 'DB_DEBUG'=>true
// ),
'MYNAME'
=>
'Index'
,
'img_path'
=>
'http://ylc.test.llewan.com/uploadfile/'
);
\ No newline at end of file
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