Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
王兴勇
/
helper-config
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5af8abf8
authored
7 years ago
by
王兴勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建新的数据库源
parent
9e250963
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
+14
-1
db/local_famous.php
+12
-0
db/shopnc.php
+2
-1
No files found.
db/local_famous.php
0 → 100644
View file @
5af8abf8
<?php
/**
* 本地测试数据库
* @author Lazy 2017-10-26
*/
return
[
'dbhost'
=>
'127.0.0.1'
,
'dbuser'
=>
'root'
,
'dbpwd'
=>
''
,
'dbname'
=>
'famous'
];
\ No newline at end of file
This diff is collapsed.
Click to expand it.
db/shopnc.php
View file @
5af8abf8
...
...
@@ -7,5 +7,5 @@ return [
'dbhost'
=>
'127.0.0.1'
,
'dbuser'
=>
'root'
,
'dbpwd'
=>
''
,
'dbname'
=>
'
zhongche_test
'
'dbname'
=>
'
shop_nc
'
];
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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