Skip to content

Commit df39947

Browse files
committed
updated README
1 parent c2f02d4 commit df39947

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/templates/README.template.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,
@@ -140,9 +140,9 @@ you have to add `@` in front of any KeyValue Pair assignment.
140140

141141
### Environment Variables
142142

143-
#### API Token/s
143+
#### API Token(s)
144144

145-
Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by **,**.
145+
Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by a `,` **Comma**.
146146
During Authentikcation Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.
147147

148148
```yaml

.github/workflows/docker-image-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- dev
77
paths-ignore:
8-
- ".**"
8+
- "**/*.go"
99

1010
jobs:
1111
update:

0 commit comments

Comments
 (0)