Skip to content

Commit

Permalink
log POSTGRES_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Jan 11, 2025
1 parent d8603d6 commit 2420317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/emulator-testing/emulators/emulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export abstract class Emulator {
if (this.isDataConnect) {
const dataConnectConfigDir = this.findDataConnectConfigDir();
const password = process.env['POSTGRES_PASSWORD'];
console.log('postgres password: ' + password);
promise = spawn(this.binaryPath, [
'--v=2',
'dev',
Expand Down

0 comments on commit 2420317

Please sign in to comment.