Skip to content

Commit 87dcf3d

Browse files
author
Daniel Schmidt
committed
Set APPCONFIG_SOLR_VERIFY_CHECKSUMS=false in dev
This prevents the app from failing to start due to a mismatch of the Solr config checksums. It's not currently clear why there's a mismatch, but we think it is spurious and has to do with whitespace.
1 parent 6ecdc47 commit 87dcf3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ services:
2727
# that require parsing JSON, however, so avoid that.
2828
APPCONFIG_PLUGINS_OVERRIDE: local,lcnaf,digitization_work_order
2929
APPCONFIG_SOLR_URL: http://solr:8983/solr/archivesspace
30+
APPCONFIG_SOLR_VERIFY_CHECKSUMS: "false"
3031
JAVA_OPTS: "-Djava.awt.headless=true -Dfile.encoding=UTF-8 -server -Xss512k -Djavax.accessibility.assistive_technologies=''"
3132
volumes:
3233
- aspace_data:/opt/app/data

0 commit comments

Comments
 (0)