Skip to content

Commit a2a63dc

Browse files
authored
update env var names in documentation (#9)
1 parent 71c702d commit a2a63dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/index.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ provider "elkaliases" {
2525
Provider settings can be specified via environment variables as follows:
2626

2727
```shell
28-
export ELKALIASES_URL=http://localhost:9200
29-
export ELKALIASES_TOKEN=token
28+
export ELASTICSEARCH_ENDPOINT=http://localhost:9200
29+
export ELASTICSEARCH_API_KEY=token
3030
```
3131

3232
## Argument Reference

0 commit comments

Comments
 (0)