-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprod.yaml
54 lines (54 loc) · 987 Bytes
/
prod.yaml
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
log_level: info
http:
port: 80
host: ""
documentation: true
access_logfile: "access.log"
max_upload_size: "50MB"
files:
clear_on_start: false
clear_on_exit: false
set_perms: true
create_dirs: true
originals_dir: img/originals
cache_dir: img/cached
populate_from: "test-data"
cache_rules:
max_objects: 1000
max_size: 1 GB
image_defaults:
format: jpeg
quality_jpeg: 80
quality_gif: 256
width: 0
height: 800
max_size: 1 MB
interpolation: nearestNeighbor
image_presets:
- name: thumbnail
alias:
- thumb
- th
format: jpeg
quality: 80
width: 150
height: 150
max_size: 10 KB
- name: small
alias:
- small
- s
width: 0
height: 400
- name: medium
alias:
- medium
- m
width: 0
height: 800
- name: large
alias:
- large
- l
width: 0
height: 1600