Skip to content
Snippets Groups Projects
Commit c1e153ca authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

fix endpoint syntax

parent c76b07bb
No related branches found
No related tags found
1 merge request!27Resolve "add dhrep-cli configuration files to templates and scripts.pp"
Pipeline #542548 passed
...@@ -11,14 +11,14 @@ elasticSearch.index = textgrid-nonpublic ...@@ -11,14 +11,14 @@ elasticSearch.index = textgrid-nonpublic
elasticSearch.itemLimit = 3000 elasticSearch.itemLimit = 3000
# tgcrud settings # tgcrud settings
tgcrudPublic.endpoint = http://localhost:9093/tgcrud-public/rest/ tgcrudPublic.endpoint = http://localhost/1.0/tgcrud-public/rest/
tgcrudPublic.reindexSecret = <%= @reindex_secret %> tgcrudPublic.reindexSecret = <%= @reindex_secret %>
# tgsearch settings # tgsearch settings
tgsearchPublic.endpoint = http://localhost:9090/tgsearch-public/ tgsearchPublic.endpoint = http://localhost/1.0/tgsearch-public/
# tgpid settings # tgpid settings
tgpid.endpoint = http://localhost:9100/tgpid/ tgpid.endpoint = http://localhost/1.0/tgpid/
tgpid.config = /etc/dhrep/tgpid/pid.properties tgpid.config = /etc/dhrep/tgpid/pid.properties
# complete tg metadata path # complete tg metadata path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment