File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Secured Signal API acts as a secure proxy for [Signal rAPI](https://github.com/b
66
77Get 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 ** .
146146During Authentikcation Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.
147147
148148``` yaml
Original file line number Diff line number Diff line change 55 branches :
66 - dev
77 paths-ignore :
8- - " .** "
8+ - " **/*.go "
99
1010jobs :
1111 update :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Secured Signal API acts as a secure proxy for [Signal rAPI](https://github.com/b
66
77Get 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 **.
205205During Authentikcation Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.
206206
207207```yaml
You can’t perform that action at this time.
0 commit comments