We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a736025 commit 0b51c30Copy full SHA for 0b51c30
templates/vhost/_directories.erb
@@ -428,6 +428,11 @@
428
<%- if directory['mellon_idp_metadata_file'] -%>
429
MellonIDPMetadataFile "<%= directory['mellon_idp_metadata_file'] %>"
430
<%- end -%>
431
+ <%- if directory['mellon_set_env'] -%>
432
+ <%- directory['mellon_set_env'].each do |key, value| -%>
433
+ MellonSetEnv "<%= key %>" "<%= value %>"
434
+ <%- end -%>
435
436
<%- if directory['mellon_set_env_no_prefix'] -%>
437
<%- directory['mellon_set_env_no_prefix'].each do |key, value| -%>
438
MellonSetEnvNoPrefix "<%= key %>" "<%= value %>"
0 commit comments