Newer
Older
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
{
"db": {
"port": 3306,
"host": "localhost",
"user": "db-user",
"name": "db-name",
"password": "xxx",
"verbose": false
},
"s3": {
"uri": "https://s3.example.org",
"access_key": "xxx",
"secret_key": "xxx",
"username": "bucket-manager",
"initial_bucket_size_limit": "100GiB",
"initial_bucket_object_limit": 10000,
"default_bucket_size_limit": "400GiB",
"default_bucket_object_limit": 40000
},
"smtp": {
"server": "smtp.example.org",
"port": 587,
"sender_email": "no-reply@clowm.com",
"reply_email": "reply-to@clowm.com",
"connection_security": "starttls",
"local_hostname": "local.hostname",
"ca_path": "/path/to/optional/ca/certificate.pem",
"key_file": "/path/to/optional/key/file.pem",
"user": "username",
"password": "xxx"
},
"otlp": {
"grpc_endpoint": "localhost:4317"
},
"lifescience_oidc": {
"client_secret": "xxx",
"client_id": "xxx",
"server_metadata_url": "https://login.aai.lifescience-ri.eu/oidc/.well-known/openid-configuration"
},
"api_prefix": "/api",
"private_key_file": "/path/to/key",
"ui_uri": "http://localhost:9999",
"secret_key": "xxx",
"block_foreign_users": false,
"jwt_token_expire_minutes": 11520
}