Skip to content

Commit c584072

Browse files
[docs] Fix markdown in profiling doc page (ddev#4806)
1 parent ecebb3b commit c584072

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/users/debugging-profiling/blackfire-profiling.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ The Blackfire CLI is built into the web container, so you don’t need to instal
2727
- BLACKFIRE_CLIENT_TOKEN=00cee15-xxxxx1
2828
```
2929
30-
You can also do this with `ddev config global --web-environment-add="BLACKFIRE_SERVER_ID=<id>,BLACKFIRE_SERVER_TOKEN=<token>,BLACKFIRE_CLIENT_ID=<id>,BLACKFIRE_CLIENT_TOKEN=<token>"`, but any existing environment variables will be deleted.
30+
You can also do this with `ddev config global --web-environment-add="BLACKFIRE_SERVER_ID=<id>,BLACKFIRE_SERVER_TOKEN=<token>,BLACKFIRE_CLIENT_ID=<id>,BLACKFIRE_CLIENT_TOKEN=<token>"`, but any existing environment variables will be deleted.
31+
3132
2. [`ddev start`](../usage/commands.md#start).
3233
3. `ddev blackfire on`.
3334
4. Click the “Blackfire” browser extension to profile.

0 commit comments

Comments
 (0)