Skip to content

Commit df251fe

Browse files
replace placeholder URLs (#2407)
1 parent 741c689 commit df251fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/sanic-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To configure the agent using initialization arguments and Sanic’s Configuratio
4242
```python
4343
# Create a file named external_config.py in your application
4444
# If you want this module based configuration to be used for APM, prefix them with ELASTIC_APM_
45-
ELASTIC_APM_SERVER_URL = "https://serverurl.apm.com:443"
45+
ELASTIC_APM_SERVER_URL = "https://serverurl.example.com:443"
4646
ELASTIC_APM_SECRET_TOKEN = "sometoken"
4747
```
4848

0 commit comments

Comments
 (0)