From ae5d47b190d2293109be23aee17e5e8d0e38c4ff Mon Sep 17 00:00:00 2001 From: Nicholas Wehr <33910651+wwwehr@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:25:54 -0700 Subject: [PATCH] update feature flag docs admin-guide per https://github.com/NillionNetwork/nildb/blob/main/src/env.ts#L16 --- docs/admin-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin-guide.md b/docs/admin-guide.md index 71ffcc99..be057e2c 100644 --- a/docs/admin-guide.md +++ b/docs/admin-guide.md @@ -22,7 +22,7 @@ The following environment variables are require: |--------------------------|-----------------------------------------------------------|-------------------------------------| | APP_DB_NAME_BASE | Database name prefix | nildb_data | | APP_DB_URI | MongoDB connection string | mongodb://node-xxxx-db:27017 | -| APP_ENABLED_FEATURES | Enable features | openapi-spec,metrics,migrations | +| APP_ENABLED_FEATURES | Enable features | openapi,metrics,migrations | | APP_LOG_LEVEL | Logging verbosity | debug | | APP_METRICS_PORT | Prometheus metrics port | 9091 | | APP_NILAUTH_BASE_URL | The nilauth service url for subscriptions and revocations | http://127.0.0.1:30921 |