Skip to content

Commit

Permalink
synchronize - false
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed Aug 26, 2024
1 parent 713559b commit 87bc477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/production/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const modules = [
username: process.env.MYSQL_USER,
password: process.env.MYSQL_ROOT_PASSWORD,
database: process.env.MYSQL_DATABASE,
synchronize: true, // process.env.NODE_ENV !== 'production',
synchronize: false, // process.env.NODE_ENV !== 'production',
entities: [`${__dirname}/**/*.entity{.ts,.js}`],
}),
BullModule.forRoot({
Expand Down

0 comments on commit 87bc477

Please sign in to comment.