Skip to content

Commit

Permalink
adding back blacklight.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hudajkhan committed Apr 10, 2019
1 parent fc18c4d commit 8ff8783
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -32,4 +32,3 @@ config/master.key

#Ignore .env files
.env
blacklight.yml
9 changes: 9 additions & 0 deletions blcopy.yml
@@ -0,0 +1,9 @@
development:
adapter: solr
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
test: &test
adapter: solr
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
production:
adapter: solr
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
9 changes: 9 additions & 0 deletions cornell-demos/search_app/config/blacklight.yml
@@ -0,0 +1,9 @@
development:
adapter: solr
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
test: &test
adapter: solr
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
production:
adapter: solr
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>

0 comments on commit 8ff8783

Please sign in to comment.