[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 38a9bde3a2c386f9e004b713860b98464dbef27b
Evergreen Git
git at git.evergreen-ils.org
Tue May 1 23:23:22 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, rel_3_0 has been updated
via 38a9bde3a2c386f9e004b713860b98464dbef27b (commit)
from e2da2c7c6b539e2c4f4b17b73e99ee4639dcdae9 (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 38a9bde3a2c386f9e004b713860b98464dbef27b
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