You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/templates/README.template.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,9 +138,9 @@ Supported types include **strings**, **ints** and **arrays**
138
138
In order to differentiate Injection Queries and _regular_ Queries
139
139
you have to add `@` in front of any KeyValue Pair assignment.
140
140
141
-
###Environment Variables
141
+
## Environment Variables
142
142
143
-
####API Token(s)
143
+
### API Token(s)
144
144
145
145
Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by a `,`**Comma**.
146
146
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.
162
162
> [!NOTE]
163
163
> Blocked Endpoints can be reactivated by manually setting them in the Environment
164
164
165
-
#### Blocked Endpoints
165
+
### Blocked Endpoints
166
166
167
167
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...
168
168
@@ -191,7 +191,7 @@ By default Secured Signal API provides the following Placeholders:
191
191
- **NUMBER** = _ENV_: `NUMBER`
192
192
- **RECIPIENTS** = _ENV_: `RECIPIENTS`
193
193
194
-
#### Customization
194
+
### Customization
195
195
196
196
Placeholders can be added by setting `VARIABLES` inside your Environment.
0 commit comments