From c1f9bce3f8716d7f13ef8da463342ede4da11650 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Mon, 25 Aug 2025 13:33:30 -0500 Subject: [PATCH] replace placeholder URLs --- docs/reference/sanic-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/sanic-support.md b/docs/reference/sanic-support.md index 515bf6837..7b0ea5b3c 100644 --- a/docs/reference/sanic-support.md +++ b/docs/reference/sanic-support.md @@ -42,7 +42,7 @@ To configure the agent using initialization arguments and Sanic’s Configuratio ```python # Create a file named external_config.py in your application # If you want this module based configuration to be used for APM, prefix them with ELASTIC_APM_ -ELASTIC_APM_SERVER_URL = "https://serverurl.apm.com:443" +ELASTIC_APM_SERVER_URL = "https://serverurl.example.com:443" ELASTIC_APM_SECRET_TOKEN = "sometoken" ```