# Configuration Using Environment Variables

Some configuration file parameters can be changed without direct editing of the `/core/app_config.json` file. You can do it using the environment variables.

* `WA_ARCHITECTURE` – redefines the `architecture` parameter
* `WA_API_URL` – redefines the `api_url` parameter

Here's an example of using environment variables for the dockered Web SDK in the Lite mode:&#x20;

```bash
docker run -d -p 80:80 \
-e WA_ARCHITECTURE=lite \
-e WA_API_URL='http://127.0.0.1:8000/v1/face/liveness/detect' \
ozforensics/oz-webliveness:{tag}
```


---

# 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://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/web-adapter/configuration-using-environment-variables.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.
