Skip to content

Commit aa8e184

Browse files
committed
2 parents bff8ec1 + 96a538f commit aa8e184

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ environment:
237237

238238
By default Secured Signal API provides the following Placeholders:
239239

240-
- **NUMBER** = _ENV_: `SENDER`
241-
- **RECIPIENTS** = _ENV_: `DEFAULT_RECIPIENTS`
240+
- **NUMBER** = _ENV_: `NUMBER`
241+
- **RECIPIENTS** = _ENV_: `RECIPIENTS`
242242

243243
#### Customization
244244

@@ -249,18 +249,15 @@ environment:
249249
VARIABLES: ' "NUMBER2": "002", "GROUP_CHAT_1": [ "user.id", "000", "001", "group.id" ] '
250250
```
251251
252-
#### Default Recipients
252+
#### Recipients
253253
254254
Set this Environment Variable to automatically provide default Recipients:
255255
256256
```yaml
257257
environment:
258-
DEFAULT_RECIPIENTS: ' [ "user.id", "000", "001", "group.id" ] '
258+
RECIPIENTS: ' [ "user.id", "000", "001", "group.id" ] '
259259
```
260260
261-
> [!NOTE] > `DEFAULT_RECIPIENTS` becomes `RECIPIENTS`
262-
> But this will change...
263-
264261
example:
265262
266263
```json

0 commit comments

Comments
 (0)