Skip to content

Commit

Permalink
Fixed issue with wrong protocol leading to nodes miscommunication
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-ribchev committed Sep 17, 2024
1 parent 98450b8 commit 2067e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/graphdb/templates/04_gdb_conf_overrides.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ else
cat << EOF > /etc/graphdb/graphdb.properties
graphdb.auth.token.secret=$GRAPHDB_CLUSTER_TOKEN
graphdb.connector.port=7201
graphdb.external-url=$${PROTOCOL}://$${NODE_DNS_RECORD}:7201
graphdb.external-url=http://$${NODE_DNS_RECORD}:7201
graphdb.rpc.address=$${NODE_DNS_RECORD}:7301
EOF

Expand Down

0 comments on commit 2067e9d

Please sign in to comment.