Skip to content

Commit fe9a1ff

Browse files
Update README.md
1 parent aae7fbb commit fe9a1ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ Supported types include **strings**, **ints** and **arrays**
197197
In order to differentiate Injection Queries and _regular_ Queries
198198
you have to add `@` in front of any KeyValue Pair assignment.
199199
200-
### Environment Variables
200+
## Environment Variables
201201
202-
#### API Token(s)
202+
### API Token(s)
203203
204204
Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by a `,` **Comma**.
205205
During Authentication Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.
@@ -221,7 +221,7 @@ like Blocked Endpoints and any sort of Auth.
221221
> [!NOTE]
222222
> Blocked Endpoints can be reactivated by manually setting them in the Environment
223223
224-
#### Blocked Endpoints
224+
### Blocked Endpoints
225225

226226
Because Secured Signal API is just a Proxy you can use all of the [Signal REST API](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/EXAMPLES.md) endpoints except for...
227227

@@ -250,7 +250,7 @@ By default Secured Signal API provides the following Placeholders:
250250
- **NUMBER** = _ENV_: `NUMBER`
251251
- **RECIPIENTS** = _ENV_: `RECIPIENTS`
252252

253-
#### Customization
253+
### Customization
254254

255255
Placeholders can be added by setting `VARIABLES` inside your Environment.
256256

@@ -259,7 +259,7 @@ environment:
259259
VARIABLES: ' "NUMBER2": "002", "GROUP_CHAT_1": [ "user.id", "000", "001", "group.id" ] '
260260
```
261261

262-
#### Recipients
262+
### Recipients
263263

264264
Set this Environment Variable to automatically provide default Recipients:
265265

@@ -276,7 +276,7 @@ example:
276276
}
277277
```
278278

279-
#### Message Aliases
279+
### Message Aliases
280280

281281
To improve compatibility with other services Secured Signal API provides aliases for the `message` attribute by default:
282282

0 commit comments

Comments
 (0)