View | Details | Raw Unified | Return to bug 20612
Collapse All | Expand All

(-)a/etc/koha-conf.xml (-16 lines)
Lines 127-147 __PAZPAR2_TOGGLE_XML_POST__ Link Here
127
 <!-- Secret passphrase used by Mojolicious for signed cookies -->
127
 <!-- Secret passphrase used by Mojolicious for signed cookies -->
128
 <api_secret_passphrase>CHANGEME</api_secret_passphrase>
128
 <api_secret_passphrase>CHANGEME</api_secret_passphrase>
129
129
130
 <!-- Uncomment and modify the following to enable OAuth2 authentication for the
131
      REST API -->
132
 <!--
133
 <api_client>
134
    <client_id>client1</client_id>
135
    <client_secret>secret1</client_secret>
136
    <patron_id>1</patron_id>
137
 </api_client>
138
 <api_client>
139
    <client_id>client2</client_id>
140
    <client_secret>secret2</client_secret>
141
    <patron_id>2</patron_id>
142
 </api_client>
143
 -->
144
145
 <!-- true type font mapping accoding to type from $font_types in C4/Creators/Lib.pm -->
130
 <!-- true type font mapping accoding to type from $font_types in C4/Creators/Lib.pm -->
146
 <ttf>
131
 <ttf>
147
    <font type="TR" >__FONT_DIR__/DejaVuSerif.ttf</font>
132
    <font type="TR" >__FONT_DIR__/DejaVuSerif.ttf</font>
148
- 

Return to bug 20612