-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-skel.json
More file actions
49 lines (49 loc) · 853 Bytes
/
config-skel.json
File metadata and controls
49 lines (49 loc) · 853 Bytes
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
{
"master_key_file": "/path/to/key",
"jwt_duration": "2h",
"listen": {
"host": "",
"port": 15000
},
"ldap": {
"url": "",
"port": 0,
"baseDn": "",
"userDn": "",
"tlsOptions": {
"cert": "",
"ca": "",
"ciphers": ""
}
},
"log": {
"dir": "./log",
"rotation": "1d",
"retention": 14
},
"https": {
"enabled": false,
"certificate": "/path/to/certificate",
"private_key": "/path/to/private_key",
"hsts": false
},
"redis": {
"enabled": true,
"url": "localhost:6379"
},
"onetimetokens": {
"max_hours": 168
},
"crypto": {
"personal_key_pbkdf2_iterations": 100000
},
"readonly": false,
"enable_metrics": true,
"generated_password_length": 15,
"cache-control": "",
"auth": {
"google_oauth2": {
"enabled": true
}
}
}