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 |
d2c6645e JG |
13 | # current patron_identifier options are: |
14 | # barcode - patron barcode (default) | |
15 | # id - database id | |
16 | # future: | |
17 | # ident - patron ident field | |
18 | #patron_identifier = id | |
15d084ee | 19 | |
119c2c2f JG |
20 | [checkout] |
21 | # This needs to be either a barcode or a patron id, | |
d2c6645e | 22 | # depending on the setting of patron_identifier |
119c2c2f JG |
23 | institutional_patron = 1234567 |
24 | ||
ba01d5da JG |
25 | [copy] |
26 | circ_modifier = DCB | |
27 | location = 1 | |
28 | circ_lib = 2 | |
29 | ||
30 | [hold] | |
31 | requestor = 1 | |
32 | init_pickup_lib = 2 | |
33 | ||
34 | [path] | |
35 | oils_header = /openils/bin/support-scripts/oils_header.pl | |
36 | opensrf_core = /openils/conf/opensrf_core.xml | |
3602ecf5 | 37 | pickup_lib_map = pickup-libs |
47866eef | 38 | userpriv_map = userpriv |
ba01d5da JG |
39 | |
40 | [status] | |
41 | loan_requested = 110 | |
42 | hold = 111 | |
43 | transit = 112 | |
44 | transit_return = 113 | |
45 | ||
46 | [volume] | |
47 | owning_lib = 2 |