We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741c689 commit df251feCopy full SHA for df251fe
docs/reference/sanic-support.md
@@ -42,7 +42,7 @@ To configure the agent using initialization arguments and Sanic’s Configuratio
42
```python
43
# Create a file named external_config.py in your application
44
# 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"
+ELASTIC_APM_SERVER_URL = "https://serverurl.example.com:443"
46
ELASTIC_APM_SECRET_TOKEN = "sometoken"
47
```
48
0 commit comments