LP#1739029: adding profile and password env var for novelist
authorRogan Hamby <rogan.hamby@gmail.com>
Fri, 22 Dec 2017 14:37:06 +0000 (09:37 -0500)
committerBen Shum <ben@evergreener.net>
Wed, 2 May 2018 03:21:40 +0000 (22:21 -0500)
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Signed-off-by: Ben Shum <ben@evergreener.net>
Open-ILS/examples/apache/eg_vhost.conf.in
Open-ILS/examples/apache_24/eg_vhost.conf.in

index bec5af1..501b5e2 100644 (file)
@@ -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.
index af01d36..73d6239 100644 (file)
@@ -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.