diff --git a/README.md b/README.md index ce04d7f..71a0064 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The following project is a medplum interface. Supports the [medplum api](https://api.medplum.com/), in the enterprise plans and self-hosted versions. -Using NEXTJS to offer API, bot and front end components and extensions. +Using Vite to create a static dashboard, for a quick look into medplum. ## Open source. @@ -27,9 +27,8 @@ When building and running the app from source, config settings are loaded from e | Name | Description | Required | | -------------------------- | ------------------------------------------------------------------------------------------ | -------- | | `MEDPLUM_BASE_URL` | The base URL of the API server for all API calls. For example, "https://api.medplum.com/". | yes | +| `CALIMA_BASE_URL` | The base URL of the API server for all API calls. For example, "https://api.medplum.com/". | no | | `MEDPLUM_CLIENT_ID` | Optional Medplum client application ID. | no | -| `GOOGLE_CLIENT_ID` | Optional Google client application ID for Google Auth. | no | -| `RECAPTCHA_SITE_KEY` | Optional reCAPTCHA site key for reCAPTCHA user verification. | no | | `MEDPLUM_REGISTER_ENABLED` | Optional flag to enable or disable open registration for new projects. | no | ## Developing