Commit | Line | Data |
---|---|---|
60d032c1 JG |
1 | [access] |
2 | #permit_plaintext = no | |
3 | #load_balancer_ip = 127.0.0.1 | |
4 | #allowed_client_ips = 192.0.2.2, 192.0.2.3 | |
5 | ||
f5e8d07e JG |
6 | [auth] |
7 | username = EXAMPLE | |
8 | password = EXAMPLE | |
ba01d5da | 9 | |
15d084ee JG |
10 | [behavior] |
11 | #no_item_agency_holds = no | |
5809d230 | 12 | #omit_patron_email = no |
b9103e62 | 13 | #patron_id_as_identifier = no |
15d084ee | 14 | |
119c2c2f JG |
15 | [checkout] |
16 | # This needs to be either a barcode or a patron id, | |
17 | # depending on the setting of patron_id_as_identifier | |
18 | institutional_patron = 1234567 | |
19 | ||
ba01d5da JG |
20 | [copy] |
21 | circ_modifier = DCB | |
22 | location = 1 | |
23 | circ_lib = 2 | |
24 | ||
25 | [hold] | |
26 | requestor = 1 | |
27 | init_pickup_lib = 2 | |
28 | ||
29 | [path] | |
30 | oils_header = /openils/bin/support-scripts/oils_header.pl | |
31 | opensrf_core = /openils/conf/opensrf_core.xml | |
3602ecf5 | 32 | pickup_lib_map = pickup-libs |
47866eef | 33 | userpriv_map = userpriv |
ba01d5da JG |
34 | |
35 | [status] | |
36 | loan_requested = 110 | |
37 | hold = 111 | |
38 | transit = 112 | |
39 | transit_return = 113 | |
40 | ||
41 | [volume] | |
42 | owning_lib = 2 |