-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.example.yaml
42 lines (42 loc) · 1015 Bytes
/
config.example.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
---
general:
port: 8888
totp_secret: '<changeme>'
jwt_expiry: 60
storage:
filesystem:
folder: './files_basic'
max_size: 104857600
file_expiry: 60
exfil:
basichttp:
max_total_size: 104857600
hosts:
- 'https://my.cool.site'
awscloudfront:
access_key_id: '<changeme>'
secret_access_key: '<changeme>'
region: '<changeme>'
distribution_tag: 'volatilevault'
domain: my.cool.site
folder: './files_aws'
chunk_size: 1000000
max_total_size: 10000000
upload:
mode: 'Static'
max_duration: 5
hosts:
- '<dunno>.cloudfront.net'
- '<dunno>.cloudfront.net'
- '<dunno>.cloudfront.net'
- '<dunno>.cloudfront.net'
- '<dunno>.cloudfront.net'
- '<dunno>.cloudfront.net'
- '<dunno>.cloudfront.net'
- '<dunno>.cloudfront.net'
- '<dunno>.cloudfront.net'
- '<dunno>.cloudfront.net'
download:
mode: 'Dynamic'
max_duration: 15
max_dynamic_hosts: 10