Add ready endpoint

This commit is contained in:
Ajay
2024-04-16 01:13:56 -04:00
parent 07d4dde4f6
commit 2251ddc251
4 changed files with 18 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ addDefaults(config, {
minUserIDLength: 30,
deArrowPaywall: false,
useCacheForSegmentGroups: false,
maxConnections: 100
});
loadFromEnv(config);
migrate(config);