Skip to content
Snippets Groups Projects
Commit 49c73b14 authored by Anusha Ranganathan's avatar Anusha Ranganathan
Browse files

Read host from application url for persistent hostpath

parent 7bcf12d3
Branches bug_fix/endnote_url
No related tags found
2 merge requests!162Test 0.3.7 b,!152Fix host URL in endnote
Pipeline #6842 failed
......@@ -53,7 +53,7 @@ Hyrax.config do |config|
# config.temp_file_base = '/home/developer1'
# Hostpath to be used in Endnote exports
# config.persistent_hostpath = 'http://localhost/files/'
config.persistent_hostpath = "#{ENV['APPLICATION_URL'] || 'http://localhost'}/files/"
# If you have ffmpeg installed and want to transcode audio and video set to true
config.enable_ffmpeg = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment