> For the complete documentation index, see [llms.txt](https://jembi.gitbook.io/openhim-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jembi.gitbook.io/openhim-platform/packages/dashboard-visualiser-js-report/environment-variables.md).

# Environment Variables

<table><thead><tr><th width="243">Variable Name</th><th width="95">Type</th><th width="180">Relevance</th><th width="112">Required</th><th>Default</th></tr></thead><tbody><tr><td>JS_REPORT_LICENSE_KEY</td><td>String</td><td>Service license key</td><td>Yes</td><td></td></tr><tr><td>JS_REPORT</td><td>String</td><td>Jsreport service password</td><td>No</td><td>dev_password_only</td></tr><tr><td>JS_REPORT_USERNAME</td><td>String</td><td>Jsreport service username</td><td>No</td><td>admin</td></tr><tr><td>JS_REPORT_SECRET</td><td>String</td><td>Secret password for the authentication of a cookie session related to the extension used in Jsreport</td><td>No</td><td>dev_secret_only</td></tr><tr><td>ES_HOSTS</td><td>String</td><td>Elasticsearch connection string</td><td>No</td><td>analytics-datastore-elastic-search:9200</td></tr><tr><td>ES_PASSWORD</td><td>String</td><td>Elasticsearch password (for request authentication)</td><td>No</td><td>dev_password_only</td></tr><tr><td>ES_USERNAME</td><td>String</td><td>Elasticsearch username (for request authentication</td><td>No</td><td>elastic</td></tr><tr><td>JS_REPORT_INSTANCES</td><td>Number</td><td>Number of service replicas</td><td>No</td><td>1</td></tr><tr><td>JS_REPORT_SSL</td><td>Boolean</td><td>SSL protocol requirement</td><td>No</td><td>false</td></tr><tr><td>JS_REPORT_CONFIG_FILE</td><td>String</td><td>Path to the service import file</td><td>No</td><td>export.jsrexport </td></tr><tr><td>JS_REPORT_DEV_MOUNT</td><td>Boolean</td><td>Dev mount mode enabling flag</td><td>No</td><td>false</td></tr><tr><td>JS_REPORT_PACKAGE_PATH</td><td>String</td><td>Local path to package</td><td>Yes if <code>JS_REPORT_DEV_MOUNT</code> is set to true</td><td></td></tr><tr><td>JS_REPORT_CPU_LIMIT</td><td>Number</td><td>CPU usage limit</td><td>No</td><td>0</td></tr><tr><td>JS_REPORT_MEMORY_LIMIT</td><td>String</td><td>RAM usage limit</td><td>No</td><td>3G</td></tr><tr><td>JS_REPORT_CPU_RESERVE</td><td>Number</td><td>Reserved CPU</td><td>No</td><td>0.05</td></tr><tr><td>JS_REPORT_MEMORY_RESERVE</td><td>String</td><td>Reserved RAM</td><td>No</td><td>500M</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://jembi.gitbook.io/openhim-platform/packages/dashboard-visualiser-js-report/environment-variables.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
