-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
85 lines (77 loc) · 1.38 KB
/
config.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
archive:
type: "s3"
# S3 backend
url: "http://s3"
port: 9000
accesskey: "access"
secretkey: "secretkey"
bucket: "archive"
chunksize: 32
backup:
type: "s3"
# S3 backend
url: "http://s3"
port: 9000
accesskey: "access"
secretkey: "secretkey"
bucket: "backup"
chunksize: 5
broker:
host: "rabbitmq"
port: 5672
user: "test"
password: "test"
vhost: "sda"
queue: "error"
exchange: "sda"
routingKey: ""
routingError: ""
ssl: "false"
verifyPeer: "false"
clientCert: "test"
clientKey: "test"
c4gh:
passphrase: "repoPass"
filepath: "/keys/repo.sec.pem"
syncPubKeyPath: "/keys/finnish-repo.pub.pem"
db:
host: "postgres"
port: 5432
user: "postgres"
password: "rootpasswd"
database: "sda"
sslmode: "disable"
inbox:
type: "s3"
# S3 backend
url: "http://s3"
port: 9000
accesskey: "access"
secretkey: "secretkey"
bucket: "inbox"
chunksize: 32
region: "us-east-1"
readypath: "/minio/health/ready"
log:
level: "debug"
format: "json"
sync:
api:
password: "pass"
user: "user"
centerPrefix: "EGA"
destination:
type: "s3"
url: "http://s3fin"
port: 9000
readypath: "/minio/health/ready"
accessKey: "access"
secretKey: "secretkey"
bucket: "sync"
region: "us-east-1"
remote:
host: "http://sync-apifin"
port: "8080"
password: "pass"
user: "user"
schema.type: "isolated"