Skip to content

Commit

Permalink
Rename the database name
Browse files Browse the repository at this point in the history
  • Loading branch information
brubluenel committed Sep 12, 2024
1 parent 835baf5 commit cb17829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Quote } from './random-quote/quote.entity';
port: 5432,
username: 'postgres', // Replace with your PostgreSQL username
password: 'wai123!', // Replace with your PostgreSQL password
database: 'happiness-quote', // Replace with your database name
database: 'happiness-postgres', // Replace with your database name
entities: [Quote],
synchronize: true, // Only for development, set to false in production
}),
Expand Down

0 comments on commit cb17829

Please sign in to comment.