Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Nov 16, 2021
1 parent f228750 commit 4b1b05a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
# Appliance bioportal_web_ui config
# This file should not be modified. Most of the site related settings should be done in
# site_config.rb

# bioportal_web_ui config file for default OntoPortal appliance.

# temporary fix for https://github.com/ncbo/bioportal_web_ui/issues/176 on CentOS7
ENV['SSL_CERT_FILE'] = '/etc/pki/tls/cert.pem'

require '/srv/ontoportal/virtual_appliance/utils/hostname_lookup.rb'
require_relative 'site_config.rb' if File.exist?('config/site_config.rb')

Expand Down

0 comments on commit 4b1b05a

Please sign in to comment.