You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mkdocs/docs/installation/env-vars.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This is a comprehensive list of environment variables for the **Tube Archivist**
14
14
- <spanclass="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.
15
15
16
16
!!! 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.
18
18
19
19
## TA_HOST
20
20
<spanclass="tag-alert">Required</span>
@@ -40,7 +40,7 @@ Username for your initial credentials. Changing that after first time starting t
40
40
Password for your initial user. Changing that after creating the user, does not have any effect. Use the admin interface to change your password.
41
41
42
42
!!! 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.
44
44
45
45
If you forgot your password, see [User Management/#Forgot Password](../users.md#forgot-password).
46
46
@@ -131,7 +131,7 @@ E.g. `http://archivist-es:9200`.
131
131
This is the password for ElasticSearch. Make sure it matches with the equivalent password set for the ElasticSearch container.
132
132
133
133
!!! 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.
135
135
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.
0 commit comments