Simplify domain language to just "boot" and unscoped config keys

This commit is contained in:
David Heinemeier Hansson
2023-05-02 13:11:31 +02:00
parent f055766918
commit c83b74dcb7
8 changed files with 23 additions and 22 deletions

View File

@@ -13,5 +13,5 @@ registry:
password: pw
boot:
group_limit: 3
group_wait: 2
limit: 3
wait: 2

View File

@@ -13,5 +13,5 @@ registry:
password: pw
boot:
group_limit: 25%
group_wait: 2
limit: 25%
wait: 2