diff --git a/inventory/vagrant/group_vars/crayfish.yml b/inventory/vagrant/group_vars/crayfish.yml index 6af8a3b3..68559421 100644 --- a/inventory/vagrant/group_vars/crayfish.yml +++ b/inventory/vagrant/group_vars/crayfish.yml @@ -1,3 +1,6 @@ --- crayfish_db: "{{ claw_db }}" + +crayfish_milliner_drupal_base_url: http://localhost:8000 +crayfish_milliner_gemini_base_url: http://localhost:8000/gemini diff --git a/inventory/vagrant/group_vars/karaf.yml b/inventory/vagrant/group_vars/karaf.yml new file mode 100644 index 00000000..e7800990 --- /dev/null +++ b/inventory/vagrant/group_vars/karaf.yml @@ -0,0 +1,19 @@ +--- + +alpaca_settings: + - pid: ca.islandora.alpaca.connector.broadcast + settings: + input.stream: activemq:queue:islandora-connector-broadcast + - pid: ca.islandora.alpaca.indexing.triplestore + settings: + error.maxRedeliveries: 10 + input.stream: activemq:queue:islandora-indexing-triplestore + triplestore.baseUrl: http://localhost:8080/bigdata/namespace/kb/sparql + - pid: ca.islandora.alpaca.indexing.fcrepo + settings: + error.maxRedeliveries: 10 + content.stream: activemq:queue:islandora-indexing-fcrepo-content + file.stream: activemq:queue:islandora-indexing-fcrepo-file + media.stream: activemq:queue:islandora-indexing-fcrepo-media + delete.stream: activemq:queue:islandora-indexing-fcrepo-delete + milliner.baseUrl: http://localhost:8000/milliner/