Skip to content

Commit

Permalink
chore: changed requested
Browse files Browse the repository at this point in the history
  • Loading branch information
incredible-phoenix246 committed Jul 19, 2024
1 parent 578d597 commit 0cacaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const AppDataSource = new DataSource({
username: config.DB_USER,
password: config.DB_PASSWORD,
database: config.DB_NAME,
synchronize: true,
synchronize: false,
logging: false,
entities: ["src/models/**/*.ts"],
ssl: true,
Expand Down

0 comments on commit 0cacaaf

Please sign in to comment.