From 1070c28f2ab053995b61feef2b00a315c32c7404 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Fri, 22 Dec 2017 09:37:06 -0500 Subject: [PATCH] lp1739029 adding profile and password env var for novelist --- 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 11fc752fc2..3a6a4b3958 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.11.0