Skip to content

Commit

Permalink
document COMPRESS_ACTION_SERVER_REQUEST
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Oct 4, 2023
1 parent 88ee7d4 commit 52e9196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/deploy/environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ Environment variables that configure model storage on cloud providers are descri
| `RASA_STUDIO_CLI_CLIENT_ID_KEY` | <RasaProLabel /> TBD | |

### Advanced configuration

| Environment Variable | Description | Default |
| :--------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------- |
| `COMPRESS_ACTION_SERVER_REQUEST` | Toggle compression of HTTP requests sent to the [Action Server](../action-server/actions.mdx). | `false` |
| `RASA_MAX_CACHE_SIZE` | The maximum size of the training cache, in MB. | `1000` |
| `RASA_CACHE_NAME` | The filename of the training cache. | `"cache.db"` |
| `RASA_CACHE_DIRECTORY` | The directory for the training cache. | `".rasa/cache/"` |
Expand Down

0 comments on commit 52e9196

Please sign in to comment.