-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml.example
60 lines (49 loc) · 1017 Bytes
/
config.yml.example
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
server:
port: 5000
archive:
root: /data/archive
#base: http://example.org/
#mode: read-only
mode: read-write
index:
#type: memory
type: elastic
url: http://elastic:9200/
index_name: demo
content_extraction:
pdf:
status: on
structure: true
index: true
auth:
type: simple
user: demo
pass: demo
#image_server:
# root: http://worker:5000/
# callback_root: http://nginx:8080/
# send_location: true
# prefix: archive
# archive_root: /data/archive/
# Not yes implemented
# type: file
# userfile: users.txt
# groupfile: groups.txt
#
# type: ldap
# server: example.org
# port: 1234
# key: xxx
# read-group: starch-reader
# write-group: starch-writer
# admin-group: starch-admin
locking:
type: memory
# Not yet implemented
# type: redlock
# server: example.org
# port: 1234
# user: xxxx
# pass: yyyy
server:
port: 5000