Skip to content

Commit

Permalink
10391: remove console.log of password
Browse files Browse the repository at this point in the history
  • Loading branch information
pixiwyn committed Jul 19, 2024
1 parent e0a395a commit 3b99b34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web-api/src/data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { Case } from '@web-api/persistence/repository/Case';
import { DataSource } from 'typeorm';
import { Message } from './persistence/repository/Message';

console.log('*** pass', process.env.POSTGRES_PASSWORD);

export const AppDataSource = new DataSource({
database: 'postgres',
entities: [Message, Case],
Expand Down

0 comments on commit 3b99b34

Please sign in to comment.