From a99f23e4f1d256d1d9f34a117d12103196094425 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi <tomascohen@theke.io> Date: Wed, 18 Apr 2018 13:40:13 -0300 Subject: [PATCH] Bug 20612: koha-conf.xml cleanup Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Benjamin Rokseth <benjamin.rokseth@deichman.no> --- etc/koha-conf.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index 9cb903c..5bcd521 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -127,21 +127,6 @@ __PAZPAR2_TOGGLE_XML_POST__ <!-- Secret passphrase used by Mojolicious for signed cookies --> <api_secret_passphrase>CHANGEME</api_secret_passphrase> - <!-- Uncomment and modify the following to enable OAuth2 authentication for the - REST API --> - <!-- - <api_client> - <client_id>client1</client_id> - <client_secret>secret1</client_secret> - <patron_id>1</patron_id> - </api_client> - <api_client> - <client_id>client2</client_id> - <client_secret>secret2</client_secret> - <patron_id>2</patron_id> - </api_client> - --> - <!-- true type font mapping accoding to type from $font_types in C4/Creators/Lib.pm --> <ttf> <font type="TR" >__FONT_DIR__/DejaVuSerif.ttf</font> -- 2.1.4