diff --git a/config/config.local.ts b/config/config.local.ts index 6970953..fd4beed 100644 --- a/config/config.local.ts +++ b/config/config.local.ts @@ -13,9 +13,9 @@ export default () => { type: 'mysql', host: '127.0.0.1', port: 3306, - username: 'root', - password: '123123', - database: 'test', + username: '', + password: '', + database: '', synchronize: true, logging: true, }, diff --git a/config/config.prod.ts b/config/config.prod.ts index 6970953..fd4beed 100644 --- a/config/config.prod.ts +++ b/config/config.prod.ts @@ -13,9 +13,9 @@ export default () => { type: 'mysql', host: '127.0.0.1', port: 3306, - username: 'root', - password: '123123', - database: 'test', + username: '', + password: '', + database: '', synchronize: true, logging: true, },