[open-ils-commits] [GIT] Evergreen ILS branch master updated. b48f10271bbd493b08e38766007afd708961a09b

Evergreen Git git at git.evergreen-ils.org
Tue May 1 23:22:03 EDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  b48f10271bbd493b08e38766007afd708961a09b (commit)
      from  f9a4f76fc4ea4cac75687eabf4208cce234b3f05 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b48f10271bbd493b08e38766007afd708961a09b
Author: Rogan Hamby <rogan.hamby at gmail.com>
Date:   Fri Dec 22 09:37:06 2017 -0500

    LP#1739029: adding profile and password env var for novelist
    
    Signed-off-by: Rogan Hamby <rogan.hamby at gmail.com>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/examples/apache/eg_vhost.conf.in b/Open-ILS/examples/apache/eg_vhost.conf.in
index bec5af1..501b5e2 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 af01d36..73d6239 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.

-----------------------------------------------------------------------

Summary of changes:
 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(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list