Skip to content

Commit

Permalink
'add missing demo jetty db config'
Browse files Browse the repository at this point in the history
  • Loading branch information
foglabs committed Jan 13, 2025
1 parent 364fcb6 commit 3665652
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/jetty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ default: &default
jetty_port: <%= ENV['JETTY_PORT'] || 8983 %>
jetty_home: <%= ENV['JETTY_HOME'] || File.expand_path(File.join(File.dirname(File.dirname(__FILE__)), 'jetty')) %>
solr_core: <%= ENV['SOLR_CORE'] || 'blacklight-core' %>
demo:
<<: *default
development:
<<: *default
test:
Expand Down

0 comments on commit 3665652

Please sign in to comment.