# Configuration

Configuration values below are passed as parameters to the script.

### Openwhisk API Host

Openwhisk API Endpoint to where the actions to be deployed

| Parameter          | Default Value             |
| ------------------ | ------------------------- |
| --openwhiskApiHost | `https://localhost:31001` |

#### usage

```
./deploy.sh --openwhiskApiHost https://localhost:31001
```

###

### Openwhisk API Key

Openwhisk authentication key.

| Parameter         | Default Value                                                                                         |
| ----------------- | ----------------------------------------------------------------------------------------------------- |
| --openwhiskApiKey | 23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP |

#### usage

```
./deploy.sh --openwhiskApiKey 23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
```

###

### Openwhisk Namespace

Organization space where the actions to be deployed

| Parameter            | Default Value |
| -------------------- | ------------- |
| --openwhiskNamespace | guest         |

#### usage

```
./deploy.sh --openwhiskNamespace guest
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aurras.hugobyte.com/components/event-manager/configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
