[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 5f38a1010af051ae4248a08fb6255a0bf4a1aa6d
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_1 has been updated
via 5f38a1010af051ae4248a08fb6255a0bf4a1aa6d (commit)
from 05ab1c99fe8240207b0943f1c05dfea30983dcf9 (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 5f38a1010af051ae4248a08fb6255a0bf4a1aa6d
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