Skip to content

Commit e77151e

Browse files
authored
docs(installation): fix typos in environment variables documentation (#77)
1 parent 7dee686 commit e77151e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mkdocs/docs/installation/env-vars.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a comprehensive list of environment variables for the **Tube Archivist**
1414
- <span class="tag-neutral">Type: Boolean</span>: Will evaluate to `True` to _enable_ the described functionality. Set to anything except blank string to enable. To disable, remove the variable.
1515

1616
!!! tip
17-
Some environment variables can be suffixed with `_FILE` to allow passing in passwords using docker secretes.
17+
Some environment variables can be suffixed with `_FILE` to allow passing in passwords using docker secrets.
1818

1919
## TA_HOST
2020
<span class="tag-alert">Required</span>
@@ -40,7 +40,7 @@ Username for your initial credentials. Changing that after first time starting t
4040
Password for your initial user. Changing that after creating the user, does not have any effect. Use the admin interface to change your password.
4141

4242
!!! tip
43-
`TA_PASSWORD` can be suffixed with `_FILE` to allow passing in passwords using docker secretes.
43+
`TA_PASSWORD` can be suffixed with `_FILE` to allow passing in passwords using docker secrets.
4444

4545
If you forgot your password, see [User Management/#Forgot Password](../users.md#forgot-password).
4646

@@ -131,7 +131,7 @@ E.g. `http://archivist-es:9200`.
131131
This is the password for ElasticSearch. Make sure it matches with the equivalent password set for the ElasticSearch container.
132132

133133
!!! tip
134-
`ELASTIC_PASSWORD` can be suffixed with `_FILE` to allow passing in passwords using docker secretes.
134+
`ELASTIC_PASSWORD` can be suffixed with `_FILE` to allow passing in passwords using docker secrets.
135135
The `_FILE` convention is also supported by the [ElasticSearch](https://www.elastic.co/docs/deploy-manage/deploy/self-managed/install-elasticsearch-docker-configure) docker image.
136136

137137
## ELASTIC_USER

0 commit comments

Comments
 (0)