feat: drone.ci
This commit is contained in:
parent
57d4963b59
commit
e182051dbe
|
@ -11,8 +11,8 @@ export default (appInfo: MidwayAppInfo): MidwayConfig => {
|
|||
type: 'mysql',
|
||||
host: 'backset-mysql',
|
||||
port: 3306,
|
||||
username: 'backset',
|
||||
password: 'backset',
|
||||
username: 'root',
|
||||
password: 'root',
|
||||
database: 'backset',
|
||||
synchronize: true, // 如果第一次使用,不存在表,有同步的需求可以写 true,注意会丢数据
|
||||
logging: false,
|
||||
|
|
Loading…
Reference in New Issue
Block a user