Skip to content

Commit

Permalink
doc: Update configs
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 23, 2023
1 parent fc5689a commit fcb3bba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/server/metadata/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
{
"boot.autostart.delay": {
"defaultdesc": 0,
"defaultdesc": "0",
"liveupdate": "no",
"longdesc": "The number of seconds to wait after the instance started before starting the next one.",
"shortdesc": "Delay after starting the instance",
Expand All @@ -43,7 +43,7 @@
},
{
"boot.autostart.priority": {
"defaultdesc": 0,
"defaultdesc": "0",
"liveupdate": "no",
"longdesc": "The instance with the highest value is started first.",
"shortdesc": "What order to start the instances in",
Expand All @@ -52,7 +52,7 @@
},
{
"boot.host_shutdown_timeout": {
"defaultdesc": 30,
"defaultdesc": "30",
"liveupdate": "yes",
"longdesc": "Number of seconds to wait for the instance to shut down before it is force-stopped.",
"shortdesc": "How long to wait for the instance to shut down",
Expand All @@ -61,7 +61,7 @@
},
{
"boot.stop.priority": {
"defaultdesc": 0,
"defaultdesc": "0",
"liveupdate": "no",
"longdesc": "The instance with the highest value is shut down first.",
"shortdesc": "What order to shut down the instances in",
Expand Down

0 comments on commit fcb3bba

Please sign in to comment.