Skip to content

Commit

Permalink
none -> single
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Dec 13, 2023
1 parent 847f5bc commit b153390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN if [ "$ASPACE_VERSION" = "latest" ]; then \

RUN xmlstarlet edit -L \
--subnode "//config" -t elem -n indexConfig \
--subnode "//config/indexConfig" -t elem -n lockType -v "\${solr.lock.type:none}" \
--subnode "//config/indexConfig" -t elem -n lockType -v "\${solr.lock.type:single}" \
/archivesspace/solr/solrconfig.xml

# Install Java MySQL Connector
Expand Down
2 changes: 1 addition & 1 deletion solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN if [ "$ASPACE_VERSION" = "latest" ]; then \

RUN xmlstarlet edit -L \
--subnode "//config" -t elem -n indexConfig \
--subnode "//config/indexConfig" -t elem -n lockType -v "\${solr.lock.type:none}" \
--subnode "//config/indexConfig" -t elem -n lockType -v "\${solr.lock.type:single}" \
/archivesspace/solr/solrconfig.xml

# List Archives Space Solr Conf Files
Expand Down

0 comments on commit b153390

Please sign in to comment.