dashboard
repositories
filestore
activity
search
login
php
/
chandizhida-backend
产地直达后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
兑换订单的商家备注中增加卡号和密码信息
zm
2021-04-09
93652ca875fc904a25a7f214adc548745573950a
[php/chandizhida-backend.git]
/
config
/
db.example.php
1
2
3
4
5
6
7
8
9
10
<?php
return [
'host' => '127.0.0.1',
'port' => 3306,
'dbname' => 'zjhj_mall_v4',
'username' => 'zjhj_mall_v4',
'password' => '123456',
'tablePrefix' => 'hjmall_',
];