-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal-test-config.edn
71 lines (71 loc) · 3.5 KB
/
local-test-config.edn
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
{:db {:database-name "liiteri"
:pool-name "liiteri-pool"
:username "oph"
:password "oph"
:server-name "localhost"
:port-number 16433
:minimum-idle 20
:maximum-pool-size 20}
:file-store {:engine :s3
:s3 {:bucket "opintopolku-local-liiteri"
:region "eu-west-1"
}
:attachment-mime-types ["text/plain"
"image/jpeg"
"image/png"
"image/gif"
"image/tiff"
"image/webp"
"image/heic"
"application/rtf"
"application/pdf"
"application/vnd.oasis.opendocument.text"
"application/msword"
"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
"application/vnd.oasis.opendocument.spreadsheet"
"application/vnd.ms-excel"
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
"application/x-matroska"
"audio/aac"
"audio/ogg"
"audio/wav"
"audio/x-wav"
"audio/vnd.wave"
"audio/wave"
"audio/webm"
"audio/3gpp"
"audio/3gpp2"
"audio/mp3"
"audio/m4a"
"audio/aiff"
"audio/x-aiff"
"audio/x-ms-wma"
"audio/mpeg"
"audio/x-matroska"
"video/x-m4v"
"video/x-matroska"
"video/x-msvideo"
"video/mpeg"
"video/ogg"
"video/webm"
"video/3gpp"
"video/3gpp2"
"video/mp4"
"video/MP2T"
"video/quicktime"
"video/x-ms-wmv"
"video/x-ms-vob"]}
:server {:port 16834}
:access-log {:path "/tmp/access_liiteri"}
:audit-log {:path "/tmp/auditlog_liiteri.log"}
:app-log {:path "/tmp/app_liiteri.log"}
:bucketav {:scan-request-queue-name "bucketav-scan-requests"
:scan-result-queue-name "bucketav-scan-results"
:poll-interval-seconds 5}
:file-cleaner {:poll-interval-seconds 100}
:file-delete-cleaner {:poll-interval-seconds 100}
:mime-fixer {:poll-interval-seconds 5}
:preview-generator {:poll-interval-seconds 5
:preview-page-count 1024
:preview-timeout-ms 4000
:pdf {:dpi 150}}}