Add feature flag endpoint

This commit is contained in:
Ajay
2023-08-05 23:01:24 -04:00
parent ecfc2c14c8
commit 48fa55cc7a
4 changed files with 20 additions and 2 deletions

View File

@@ -186,7 +186,8 @@ addDefaults(config, {
productPermalinks: ["sponsorblock"]
},
tokenSeed: "",
minUserIDLength: 30
minUserIDLength: 30,
deArrowPaywall: false
});
loadFromEnv(config);
migrate(config);