Skip to content

Commit

Permalink
doc: EMS_ELASTICSEARCH_PROXY_API
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Aug 27, 2024
1 parent 7d602fa commit 5f406a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/elasticms-cli/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ Define (JSON format) a list of content type names to exclude from admin backup/r

Specify replacement strings, per locale to symbols. E.g. if you want to replace the symbol `@` by the string `at` in your slug in English and French : `{"en":{"@":"at"},"fr":{"@":"at"}}`. Default value `~` ([rely on the default Symfony configuration](https://github.com/symfony/string/blob/f5832521b998b0bec40bee688ad5de98d4cf111b/Slugger/AsciiSlugger.php#L59C42-L61C6))

### EMS_ELASTICSEARCH_PROXY_API

Bollean variable, if specified to `true` all elasticsearch query will be delegated to the admin api. And then you'll need to login on an admin first via the `ems:admin:login` command. By default, this variable is set to `false`.

## CLI variables

### EMSCLI_TIKA_PATH
Expand Down
4 changes: 4 additions & 0 deletions docs/elasticms-web/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ Important the route `/metrics` is not filtered.

Define (JSON format) a list of content type names to exclude from admin backup/restore commands. Example: `["route","template","template_ems","label"]`. Default value `[]`

### EMS_ELASTICSEARCH_PROXY_API

Bollean variable, if specified to `true` all elasticsearch query will be delegated to the admin api. And then you'll need to login on an admin first via the `ems:admin:login` command. By default, this variable is set to `false`.

## Elasticms Form Bundle variables

### EMSF_HASHCASH_DIFFICULTY
Expand Down

0 comments on commit 5f406a8

Please sign in to comment.