Skip to content

Commit

Permalink
tools: update postgres db type
Browse files Browse the repository at this point in the history
The variable set in this test script does not match
the one we use in the CI. Let's adjust.

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
  • Loading branch information
fitzthum committed Aug 13, 2024
1 parent d82c5d0 commit c09d997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_local_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ docker stop kbs-db
export KBS_DB_USER=postgres
export KBS_DB_PW=root
#export KBS_DB=simple_kbs
export KBS_DB_TYPE=postgresql
export KBS_DB_TYPE=postgres

export POSTGRES_PASSWORD=$KBS_DB_PW \
export POSTGRES_USER=$KBS_DB_USER \
Expand Down

0 comments on commit c09d997

Please sign in to comment.