From: Rogan Hamby Date: Fri, 22 Dec 2017 14:37:06 +0000 (-0500) Subject: LP#1739029: adding profile and password env var for novelist X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b48f10271bbd493b08e38766007afd708961a09b;p=evergreen%2Fequinox.git LP#1739029: adding profile and password env var for novelist Signed-off-by: Rogan Hamby Signed-off-by: Ben Shum --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf.in b/Open-ILS/examples/apache/eg_vhost.conf.in index bec5af162c..501b5e2f39 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf.in +++ b/Open-ILS/examples/apache/eg_vhost.conf.in @@ -196,7 +196,8 @@ Options -Indexes # Specify the initial script URL for Novelist (containing account credentials, etc.) #SetEnv OILS_NOVELIST_URL - # + #SetEnv OILS_NOVELIST_PROFILE + #SetEnv OILS_NOVELIST_PASSWORD # Uncomment to force SSL any time a patron is logged in. This protects # authentication tokens. Left commented out for backwards compat for now. diff --git a/Open-ILS/examples/apache_24/eg_vhost.conf.in b/Open-ILS/examples/apache_24/eg_vhost.conf.in index af01d36031..73d6239222 100644 --- a/Open-ILS/examples/apache_24/eg_vhost.conf.in +++ b/Open-ILS/examples/apache_24/eg_vhost.conf.in @@ -188,7 +188,8 @@ Options -Indexes # Specify the initial script URL for Novelist (containing account credentials, etc.) #SetEnv OILS_NOVELIST_URL - # + #SetEnv OILS_NOVELIST_PROFILE + #SetEnv OILS_NOVELIST_PASSWORD # Uncomment to force SSL any time a patron is logged in. This protects # authentication tokens. Left commented out for backwards compat for now.