This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-vault
Watch
2
Star
0
Fork
You've already forked open-vault
0
Code
Issues
1
Pull Requests
Releases
Activity
4e045d000c
open-vault
/
command
/
server
/
test-fixtures
/
config-dir
/
bar.json
10 lines
123 B
JSON
Raw
Normal View
History
Unescape
Escape
command/server: add config loading
2015-03-12 22:21:11 +00:00
{
"listener"
:
{
"tcp"
:
{
"address"
:
"127.0.0.1:443"
}
Add configuration options for default lease duration and max lease duration.
2015-07-30 13:42:49 +00:00
}
,
Rename config lease_duration parameters to lease_ttl in line with current standardization efforts
2015-08-27 14:50:16 +00:00
"max_lease_ttl"
:
"10h"
command/server: add config loading
2015-03-12 22:21:11 +00:00
}