Skip to content

Commit

Permalink
db configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mian-Anees committed Jun 13, 2021
1 parent f303242 commit a8b84ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/app/database/database.providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const databaseProviders =
'headshot' as string,
{
dialect: 'postgres'as Dialect,
host: 'database-1.ctrw9mpachwj.us-east-2.rds.amazonaws.com' as string,
host: 'localhost' as string,
port:5432,
}
);
Expand Down

0 comments on commit a8b84ac

Please sign in to comment.