phusion / passenger_library

Phusion Passenger documentation
https://www.phusionpassenger.com/docs
Other
48 stars 113 forks source link

Enterprise License file path #135

Closed alen-z closed 1 year ago

alen-z commented 1 year ago

Hi, is it possible to configure where is the file holding the Enterprise License? By default it's: /etc/passenger-enterprise-license.

https://github.com/phusion/passenger_library/blob/3d09e6dff39b138b84216f2ad2222b7ca04653bc/source/advanced_guides/install_and_upgrade/install_os_content/_enterprise_preamble.html.erb#L60

Thank you.

CamJN commented 1 year ago

You can put the contents of the license file into the PASSENGER_ENTERPRISE_LICENSE_DATA env var. If using a file, the path is not configurable.

alen-z commented 1 year ago

@CamJN, very much appreciated.