typeorm-seeding icon indicating copy to clipboard operation
typeorm-seeding copied to clipboard

prevent seed:config to log any output

Open alirezaKhaki opened this issue 3 years ago • 0 comments

hi! how can I stop seed:config command to output ormconfig.json file in terminal? I don't want my database username & password to be logged.

{
  type: 'postgres',
  host: 'localhost',
  port: 5432,
  username: 'postgres',
  password: 'postgres',
  database: 'postgres',
  synchronize: true
}

alirezaKhaki avatar Sep 20 '22 07:09 alirezaKhaki