Skip to content

Commit

Permalink
Update default 3-store URL now that we've removed the nginx layer (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored Mar 4, 2022
1 parent 915ab33 commit 4d10ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ENV \
ALPACA_INDEXING_STREAM_TRIPLESTORE_DELETE=broker:queue:islandora-indexing-triplestore-delete \
ALPACA_INDEXING_STREAM_TRIPLESTORE_INDEX=broker:queue:islandora-indexing-triplestore-index \
ALPACA_INDEXING_STREAM_TRIPLESTORE_REINDEX=broker:queue:triplestore.reindex \
ALPACA_INDEXING_URL=http://blazegraph/bigdata/namespace/islandora/sparql \
ALPACA_INDEXING_URL=http://blazegraph:8080/bigdata/namespace/islandora/sparql \
ALPACA_LOGGER_CAMEL_LEVEL=WARN \
ALPACA_LOGGER_ISLANDORA_LEVEL=WARN \
ALPACA_LOGGER_ROOT_LEVEL=WARN \
Expand Down

0 comments on commit 4d10ef5

Please sign in to comment.