Use custom ports for postgres/hydra

Use custom ports so hydra and postgres can run in environments where
the default ports are in use already.
This commit is contained in:
Tobias Pflug
2020-05-14 11:49:29 +02:00
parent eb06a435ab
commit 07a4465260
6 changed files with 14 additions and 11 deletions

View File

@ -300,7 +300,7 @@
export HYDRA_HOME="src/"
mkdir -p .hydra-data
export HYDRA_DATA="$(pwd)/.hydra-data"
export HYDRA_DBI='dbi:Pg:dbname=hydra;host=localhost;'
export HYDRA_DBI='dbi:Pg:dbname=hydra;host=localhost;port=64444'
'';
});