diff --git a/modules/graphdb/templates/04_gdb_conf_overrides.sh.tpl b/modules/graphdb/templates/04_gdb_conf_overrides.sh.tpl index 3c5fa58..3e0a9fd 100644 --- a/modules/graphdb/templates/04_gdb_conf_overrides.sh.tpl +++ b/modules/graphdb/templates/04_gdb_conf_overrides.sh.tpl @@ -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