forked from advania/pass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpass.json.template
More file actions
32 lines (32 loc) · 819 Bytes
/
Copy pathpass.json.template
File metadata and controls
32 lines (32 loc) · 819 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
{
"Certificate": {
"File": "your.crt",
"Key": "your.key"
},
"HSTS": {
"MaxAge": 63072000,
"IncludeSubDomains": false,
"Preload": false
},
"Hostname": "pass.example.com",
"ListenAddress": "[::1]:4443",
"PDOString": "host=pass.example.com. port=5432 dbname=passwords user=password_frontend",
"Secret": "a good 64+ character site secret",
"PasswordLength": {
"Min": 6,
"Max": 10000
},
"TemplatePath": "templates",
"Title": "Advania Pass",
"TrustedProxies": [],
"TrustedProxyIPHeader": "",
"Addons": {
"email": {
"Server": "relay.example.com:smtp",
"Sender": {
"Address": "test@example.com",
"Name": "Example"
}
}
}
}