Skip to content

Commit

Permalink
Merge pull request #1187 from hngprojects/dev
Browse files Browse the repository at this point in the history
Merge branch 'dev' into staging
  • Loading branch information
Homoakin619 authored Aug 25, 2024
2 parents 3d953b7 + ea088ff commit aa249ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/database/data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const dataSource = new DataSource({
username: process.env.DB_USERNAME,
password: process.env.DB_PASSWORD,
host: process.env.DB_HOST,
port: +process.env.DB_PORT,
database: process.env.DB_NAME,
entities: [process.env.DB_ENTITIES],
migrations: [process.env.DB_MIGRATIONS],
Expand Down

0 comments on commit aa249ae

Please sign in to comment.