Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 64fd540

Browse files
authored
Update README.md (#355)
1 parent 338779d commit 64fd540

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The simplest way to get started is to run your python command with the following
5050
```sh
5151
export EPSAGON_TOKEN=<epsagon-token>
5252
export EPSAGON_APP_NAME=<app-name-stage>
53+
export EPSAGON_METADATA=FALSE
5354
export AUTOWRAPT_BOOTSTRAP=epsagon
5455
<python command>
5556
```
@@ -58,6 +59,7 @@ For example:
5859
```sh
5960
export EPSAGON_TOKEN=<your-token>
6061
export EPSAGON_APP_NAME=django-prod
62+
export EPSAGON_METADATA=FALSE
6163
export AUTOWRAPT_BOOTSTRAP=epsagon
6264
python app.py
6365
```

0 commit comments

Comments
 (0)