Skip to content

Commit

Permalink
update config.sample to fix repository_folder default
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jun 5, 2024
1 parent a694927 commit 3cc0045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environments/config.rb.sample
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ LinkedData.config do |config|
config.replace_url_prefix = true
config.rest_url_prefix = REST_URL_PREFIX.to_s
config.sparql_endpoint_url = "http://sparql.bioontology.org"
config.repository_folder = REPOSITORY_FOLDER.to_s
# config.enable_notifications = false

config.interportal_hash = {
Expand Down

0 comments on commit 3cc0045

Please sign in to comment.