add minUserIDLength config option

This commit is contained in:
Michael C
2022-12-17 23:35:13 -05:00
parent cff2325aef
commit 2683c61995
5 changed files with 9 additions and 5 deletions

View File

@@ -76,5 +76,6 @@
"clientSecret": "testClientSecret",
"redirectUri": "http://127.0.0.1/fake/callback"
},
"minReputationToSubmitFiller": -1
"minReputationToSubmitFiller": -1,
"minUserIDLength": 0
}