Skip to content

Commit

Permalink
Remove SOLR_URL from rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Apr 10, 2024
1 parent d18aa96 commit c9a4402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/orangeindex.rake
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ namespace :liberate do

desc "Index single incremental dump uses ENV['DUMP_ID'] (default 1177)"
task index_single_dump: :environment do
solr_url = ENV['SOLR_URL'] || "http://lib-solr8d-staging.princeton.edu:8983/solr/catalog-performance"
solr_url = "http://lib-solr8d-staging.princeton.edu:8983/solr/catalog-performance"
dump_id_str = ENV['DUMP_ID'] || '1177'
dump_id = dump_id_str.to_i
next_dump = Dump.find(dump_id)
Expand Down

0 comments on commit c9a4402

Please sign in to comment.