Skip to content

Commit

Permalink
Merge pull request #66 from Ontotext-AD/fix_protocol
Browse files Browse the repository at this point in the history
Fixed issue with wrong protocol leading to nodes miscommunication
  • Loading branch information
viktor-ribchev authored Sep 18, 2024
2 parents 98450b8 + 2067e9d commit 15d79a2
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 15d79a2

Please sign in to comment.