Skip to content
Snippets Groups Projects
Commit 09db71e9 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

run_instance.sh script by default uses hivemind role to connect to the database

parent 7f71ce6a
No related branches found
No related tags found
2 merge requests!827Merge develop changes to master,!645Updated HAf submodule to latest develop
...@@ -97,7 +97,7 @@ while [ $# -gt 0 ]; do ...@@ -97,7 +97,7 @@ while [ $# -gt 0 ]; do
done done
if [ -z "$POSTGRES_URL" ]; then if [ -z "$POSTGRES_URL" ]; then
POSTGRES_ACCESS="postgresql://haf_app_admin@$POSTGRES_HOST:$POSTGRES_PORT/haf_block_log" POSTGRES_ACCESS="postgresql://hivemind@$POSTGRES_HOST:$POSTGRES_PORT/haf_block_log"
else else
POSTGRES_ACCESS=$POSTGRES_URL POSTGRES_ACCESS=$POSTGRES_URL
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment