@@ -9,10 +9,10 @@ export default {
dataSource: {
default: {
type: 'mysql',
- host: '192.168.2.101',
- port: 6806,
+ host: 'localhost',
+ port: 3306,
username: 'root',
- password: 'admin',
+ password: '123456',
database: 'va',
// 自动建表 注意:线上部署的时候不要使用,有可能导致数据丢失
synchronize: true,