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 |
15d084ee | 13 | |
ba01d5da JG |
14 | [copy] |
15 | circ_modifier = DCB | |
16 | location = 1 | |
17 | circ_lib = 2 | |
18 | ||
19 | [hold] | |
20 | requestor = 1 | |
21 | init_pickup_lib = 2 | |
22 | ||
23 | [path] | |
24 | oils_header = /openils/bin/support-scripts/oils_header.pl | |
25 | opensrf_core = /openils/conf/opensrf_core.xml | |
26 | ||
27 | [status] | |
28 | loan_requested = 110 | |
29 | hold = 111 | |
30 | transit = 112 | |
31 | transit_return = 113 | |
32 | ||
33 | [volume] | |
34 | owning_lib = 2 |