From e2c20df3ada9aafac9908f61b9c5b97864a99b0c Mon Sep 17 00:00:00 2001 From: Mark Jarrell <mjarrell@richlandlibrary.com> Date: Fri, 13 Apr 2018 11:29:01 -0400 Subject: [PATCH] Adds notice about need to add key config for default patron branch ID. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d38fe9..3d3b95e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Remember to add the following keys to your site in order for the module to work: * POLARIS_API_STAFF_USERNAME * POLARIS_API_STAFF_PASSWORD * POLARIS_API_WORKSTATION_ID +* POLARIS_API_DEFAULT_PATRON_BRANCH_ID TODO: - Polaris core client in src/RCPL should be added as a new project on packagist -- GitLab