Skip to content

Commit 1866d41

Browse files
Update README.md
1 parent df39947 commit 1866d41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Secured Signal API acts as a secure proxy for [Signal rAPI](https://github.com/b
66

77
Get the latest version of the `docker-compose.yaml` file:
88

9-
And set `API_TOKEN` to a long secure string.
9+
And add secure Token(s) to `API_TOKEN` / `API_TOKENS`. See [API_TOKEN(s)](#api-tokens)
1010

1111
> [!IMPORTANT]
1212
> This Documentation will be using `sec-signal-api:8880` as the service host,
@@ -199,9 +199,9 @@ you have to add `@` in front of any KeyValue Pair assignment.
199199
200200
### Environment Variables
201201
202-
#### API Token/s
202+
#### API Token(s)
203203
204-
Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by **,**.
204+
Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by a `,` **Comma**.
205205
During Authentikcation Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.
206206
207207
```yaml

0 commit comments

Comments
 (0)