This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.default.yml
executable file
·120 lines (114 loc) · 2.56 KB
/
config.default.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# main configuration file
session: "cookie"
session_cookie_key: "circulation"
session_expires: "1 hour"
charset: "UTF-8"
template: template_toolkit
default_locale: nl
locale:
nl: nl_NL
en: en_EN
openingsuren:
package: "Catmandu::OpeningsUren"
options:
base_url: "http://localhost:5002"
include_calendar: true
limit: 10
week_day_format: "%A"
date_format: "%d-%m-%Y"
#layout: main
engines:
template_toolkit:
encoding: 'utf8'
start_tag: '[%'
end_tag: '%]'
ENCODING: "UTF-8"
PRIVATE: 1
TRIM: 1
EVAL_PERL: 1
ANYCASE: "no"
WRAPPER: layouts/main.tt
private_routes:
- "/request"
stomp:
destination: "/topic/circulation_catmandu"
subscribe:
destination: "/topic/circulation_catmandu"
ack: "client"
'activemq.prefetchSize': 1
plugins:
Stomp:
default:
host: "localhost"
port: "61613"
login: "system"
passwd: ""
Lexicon:
namespace: "Circulation::Lexicon"
path: languages
auto_detect: 1
default: nl
func: [l, _]
session_name: lang
param_name: lang
langs:
en: English
nl: Nederlands
Auth::RBAC:
credentials:
class: LDAP
options:
whitelist:
- njfranck
- cjsteven
- oreygaer
- fvdfraen
- adefleyt
secure: 1
host: "ldaps.ugent.be"
args_to_new:
timeout: 3
port: 636
applications_base: "ugentID=870910100341,ou=applications,dc=ugent,dc=be"
applications_password: ""
auth_base: "ugentID=%s,ou=people,dc=UGent,dc=be"
auth_attr: ugentid
search_filter: "(uid=%s)"
search_base: "ou=people,dc=ugent,dc=be"
search_scope: "one"
search_attrs:
- ugentID
- uid
- ugentpreferredsn
- ugentpreferredgivenname
- mail
- departmentnumber
- objectclass
- personnumber
id_attr: uid
name_attr: uid
login_attr: uid
roles_attr: objectclass
permissions:
class: Config
options:
control:
admin:
permissions:
manage_accounts:
operations:
- view
- create
- update
- delete
user:
permissions:
manage_accounts:
operations:
- view
- create
guests:
permissions:
manage_accounts:
operations:
- view