-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdms_client.cfg
36 lines (28 loc) · 974 Bytes
/
dms_client.cfg
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
################ Default Adlibre DMS options section ##############
[main]
# DMS username and password
user=admin
pass=admin
################### Adlibre DMS website options ###################
# Api location url (to be added to host url)
# e.g.: url=api/file/
url=api/file/
# Full host location
# e.g.: host=http://dms.example.com/
host=http://127.0.0.1:8000/
# File revisions API url, e.g.:
# API_FILEINFO_LOCATION=api/revision_count/
API_FILEINFO_LOCATION=api/revision_count/
##################### File operations section #####################
# Files type (extension) to scan to. e.g.: pdf
file_type=pdf
# Mime-type of the files being uploaded, e.g.: application/pdf
mimetype=application/pdf
# Directory to upload files from
directory=upload
# Delete original files after successful send
# to enable: remove=yes
remove=no
# Retry to upload file in case error occurs
# Only option 'yes' triggers this
config_retry_on_errors=yes