Skip to content

Commit

Permalink
fix env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Dec 7, 2023
1 parent 84d4a0f commit 6ad7a1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
BIBLIO_SOLR='http://biblio-server/solr'
AUTHOR_SOLR='http://catalog-solr-server/solr'
SOLRCLOUD_URL='http://solr-cloud-server/solr'
BROWSE_SOLR='http://catalog-solr-server/solr'
CALLNUMBER_CORE='callnumbers'
AUTHORITY_CORE='authority_core'
AUTHORITY_COLLECTION='authority_collection'
SOLR_USER='solr'
SOLR_PASSWORD='SolrRocks'
SOLR_CLOUD_ON='false'
SOLRCLOUD_ON='false'

0 comments on commit 6ad7a1c

Please sign in to comment.