Skip to content

Commit

Permalink
Merge pull request #776 from hngprojects/destinedcodes-patch-2
Browse files Browse the repository at this point in the history
Update data-source.ts
  • Loading branch information
Homoakin619 authored Aug 12, 2024
2 parents 5b2f260 + 95a05e5 commit 6556ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const isDevelopment = process.env.NODE_ENV === 'development';

const dataSource = new DataSource({
type: process.env.DB_TYPE as 'postgres',
username: process.env.DB_USERNAME,
username: process.env.DB_USERNAMES,
password: process.env.DB_PASSWORD,
host: process.env.DB_HOST,
database: process.env.DB_NAME,
Expand Down

0 comments on commit 6556ce3

Please sign in to comment.