mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2026-01-09 05:18:17 +00:00
升级核心依赖
This commit is contained in:
parent
c690b6bad8
commit
242193046b
@ -15,7 +15,7 @@
|
||||
"lodash": "^4.17.21",
|
||||
"md5": "^2.3.0",
|
||||
"midwayjs-cool-alipay": "^1.0.8",
|
||||
"midwayjs-cool-core": "^3.2.28",
|
||||
"midwayjs-cool-core": "^3.2.30",
|
||||
"midwayjs-cool-oss": "^1.0.12",
|
||||
"midwayjs-cool-queue": "^1.0.8",
|
||||
"midwayjs-cool-redis": "^1.1.6",
|
||||
|
||||
@ -7,11 +7,11 @@ export default (appInfo: EggAppInfo) => {
|
||||
|
||||
config.orm = {
|
||||
type: 'mysql',
|
||||
host: '10.211.55.7',
|
||||
host: '127.0.0.1',
|
||||
port: 3306,
|
||||
username: 'midway',
|
||||
username: 'root',
|
||||
password: '123123',
|
||||
database: 'midway',
|
||||
database: 'cool',
|
||||
// 自动建表 注意:线上部署的时候不要使用,有可能导致数据丢失
|
||||
synchronize: true,
|
||||
// 打印日志
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user