Skip to content

Commit 3906944

Browse files
committed
fixed Headers in README
1 parent a74e528 commit 3906944

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/templates/README.template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ Supported types include **strings**, **ints** and **arrays**
138138
In order to differentiate Injection Queries and _regular_ Queries
139139
you have to add `@` in front of any KeyValue Pair assignment.
140140

141-
### Environment Variables
141+
## Environment Variables
142142

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

145145
Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by a `,` **Comma**.
146146
During Authentication Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.
@@ -162,7 +162,7 @@ like Blocked Endpoints and any sort of Auth.
162162
> [!NOTE]
163163
> Blocked Endpoints can be reactivated by manually setting them in the Environment
164164
165-
#### Blocked Endpoints
165+
### Blocked Endpoints
166166
167167
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...
168168
@@ -191,7 +191,7 @@ By default Secured Signal API provides the following Placeholders:
191191
- **NUMBER** = _ENV_: `NUMBER`
192192
- **RECIPIENTS** = _ENV_: `RECIPIENTS`
193193

194-
#### Customization
194+
### Customization
195195

196196
Placeholders can be added by setting `VARIABLES` inside your Environment.
197197

@@ -200,7 +200,7 @@ environment:
200200
VARIABLES: ' "NUMBER2": "002", "GROUP_CHAT_1": [ "user.id", "000", "001", "group.id" ] '
201201
```
202202

203-
#### Recipients
203+
### Recipients
204204

205205
Set this Environment Variable to automatically provide default Recipients:
206206

@@ -217,7 +217,7 @@ example:
217217
}
218218
```
219219

220-
#### Message Aliases
220+
### Message Aliases
221221

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

0 commit comments

Comments
 (0)