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

@@ -166,7 +166,8 @@ addDefaults(config, {
},
gumroad: {
productPermalinks: ["sponsorblock"]
}
},
minUserIDLength: 30
});
loadFromEnv(config);
migrate(config);