From b48f10271bbd493b08e38766007afd708961a09b Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Fri, 22 Dec 2017 09:37:06 -0500 Subject: [PATCH] LP#1739029: adding profile and password env var for novelist Signed-off-by: Rogan Hamby Signed-off-by: Ben Shum --- Open-ILS/examples/apache/eg_vhost.conf.in | 3 ++- Open-ILS/examples/apache_24/eg_vhost.conf.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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. -- 2.43.2