Skip to content

Commit

Permalink
change admin pass
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshi-yb committed Dec 26, 2024
1 parent 8e2e547 commit e142457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migtests/scripts/postgresql/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export SOURCE_DB_PORT=${SOURCE_DB_PORT:-5432}
export SOURCE_DB_USER=${SOURCE_DB_USER:-"ybvoyager"}
export SOURCE_DB_PASSWORD=${SOURCE_DB_PASSWORD:-'Test@123#$%^&*()!'}
export SOURCE_DB_ADMIN_USER=${SOURCE_DB_ADMIN_USER:-"postgres"}
export SOURCE_DB_ADMIN_PASSWORD=${SOURCE_DB_ADMIN_PASSWORD:-"secret"}
export SOURCE_DB_ADMIN_PASSWORD=${SOURCE_DB_ADMIN_PASSWORD:-"postgres"}

0 comments on commit e142457

Please sign in to comment.