diff --git a/core.lua b/core.lua index 6291760..aa93e98 100644 --- a/core.lua +++ b/core.lua @@ -18,7 +18,9 @@ child['specs'] = { ['ldb'] = child['ldb'], ['defaults'] = { ['profile'] = { - [childName] = {} + [childName] = { + ['digits'] = 1, + } } } }