From: Rogan Hamby Date: Fri, 22 Dec 2017 14:37:06 +0000 (-0500) Subject: lp1739029 adding profile and password env var for novelist X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1070c28f2ab053995b61feef2b00a315c32c7404;p=working%2FEvergreen.git lp1739029 adding profile and password env var for novelist --- 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.