diff --git a/src/pages/selfhosted/environment-variables.mdx b/src/pages/selfhosted/environment-variables.mdx index 8b24ce61..bd3279f0 100644 --- a/src/pages/selfhosted/environment-variables.mdx +++ b/src/pages/selfhosted/environment-variables.mdx @@ -130,6 +130,7 @@ These variables can override CLI flags at runtime. The naming convention is `NB_ | Variable | Description | |----------|-------------| +| `NB_PPROF_ADDR` | Enable pprof on a given address | | `NB_EVENT_ACTIVITY_LOG_ENABLED` | Enable activity log events | | `NB_GET_ACCOUNT_BUFFER_INTERVAL` | Account buffer interval duration | | `NB_SQL_MAX_OPEN_CONNS` | Maximum SQL database connections |