forked from neicnordic/sda-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-notls.yaml
65 lines (59 loc) · 1.06 KB
/
config-notls.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
55
56
57
58
59
60
61
62
63
64
65
archive:
type: ""
# S3 backend
url: "http://localhost"
port: 9000
accesskey: "access"
secretkey: "secretkey"
bucket: "archive"
chunksize: 32
# posix backend
location: "/tmp"
backup:
type: ""
# S3 backend
url: "http://localhost"
port: 9000
accesskey: "access"
secretkey: "secretkey"
bucket: "backup"
chunksize: 5
# posix backend
location: "dev_utils"
copyHeader: "false"
broker:
host: "localhost"
port: 5672
user: "test"
password: "test"
vhost: "test"
queue: "error"
exchange: "sda"
routingKey: ""
routingError: ""
ssl: "false"
c4gh:
passphrase: "oaagCP1YgAZeEyl2eJAkHv9lkcWXWFgm"
filepath: "./dev_utils/c4gh.sec.pem"
backupPubKey: "./dev_utils/c4gh-new.pub.pem"
db:
host: "localhost"
port: 5432
user: "lega_in"
password: "lega_in"
database: "lega"
sslmode: "disable"
inbox:
type: ""
# S3 backend
url: "http://localhost"
port: 9000
accesskey: "access"
secretkey: "secretkey"
bucket: "inbox"
chunksize: 32
# posix backend
location: "dev_utils"
log:
level: "debug"
format: "json"