-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
52 lines (48 loc) · 971 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
nanopub:
# (i) list of nanopub servers for submission:
servers:
- http://localhost:8080
# (i) strategy for selecting servers:
strategy: all
# (i) or select randomly N from the servers:
# strategy: random
# strategy_number: 1
# (i) if you need to adjust for np client:
client_exec: np
client_timeout: 10
# (i) signing nanopubs:
sign_nanopub: false
sign_key_type: DSA
sign_private_key: /app/id_dsa
# sign_key_type: RSA
# sign_private_key: /app/id_rsa
# (i) workdir for temp files:
workdir: /app/tmp
triple_store:
enabled: false
# sparql_endpoint:
# auth:
# method: # BASIC or DIGEST
# username:
# password:
# (i) Security that then requires header:
# Authorization: "Bearer <token>"
security:
enabled: false
tokens:
- ...
mail:
enabled: false
name:
email:
host:
port:
security:
authEnabled:
username:
password:
recipients:
-
#logging:
# level: WARNING
# format: ...