-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yml
34 lines (29 loc) · 1004 Bytes
/
config.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
auto_extract_tar: no
auto_process: yes
debug: yes
dump_config: yes
host: 0.0.0.0
port: 80
process_list: []
processor_arguments:
openssl-aes256-pbkdf2:
password: EncryptMe
iterations: 10000
b64: {}
gzip: {}
hex: {}
authorization_rules:
- key: shouldn't work
rule: again
failure_response: Failed
success_response: Received
log_format_template:
initial_request: '[{{ c("blue", time.strftime("%m/%d/%y %H:%M:%S")) }}] {{ c("yellow", src) }} {{ c("grey", method) }} {{ c("green", "/" + path) }}'
data_received: '[{{ c("blue", ", ".join(process)) }}]-> {{ c("green", field) }}
{{processedValue if processedValue else originalValue}}
'
file_uploaded: '[{{ c("bold", c("red", "FILE UPLOAD")) }}][{{ c("blue", ", ".join(process)) }}] {% if autoExtracted %}{{c("yellow", "Extracted Archive")}}{% endif %} => {{ c("green", fileDir + "/" + fileName) }}
'
log_encryption_password: no
upload_dir: uploads
process_list_header: Process