Skip to content

Commit 5611e62

Browse files
authored
Update README.md
1 parent c3de46f commit 5611e62

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ With the above function as an example
3535
python3 app.py --standalone --action=sample_function paramname=World
3636
```
3737

38+
**PS: The following parameters are reserved, allowing you to set proper variables for testing such as local backends:**
39+
```
40+
--shuffle_url="http://custom_backend_url"
41+
--shuffle_authorization="auth"
42+
--shuffle_executionid="execution_id"
43+
```
44+
3845
Example wit [Shuffle Tools+Liquid](https://github.com/Shuffle/python-apps/tree/master/shuffle-tools/1.2.0/src) and the [Shuffle Tools app and the "repeat back to me" function](https://github.com/Shuffle/python-apps/blob/678187d1198f5e8fd2072e475dbbbf858728dde8/shuffle-tools/1.2.0/src/app.py#L235)
3946
```bash
4047
python3 app.py --standalone --action=repeat_back_to_me '--call={{ "hello" | replace: "o", "lol" }}'

0 commit comments

Comments
 (0)