From 7d8ecac12576f27021d957280a5162ce2ea040ea Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 3 Feb 2021 15:17:38 +0000 Subject: [PATCH] Update elastic_apm.yml --- config/elastic_apm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/elastic_apm.yml b/config/elastic_apm.yml index 4106db3f..1a35ed53 100644 --- a/config/elastic_apm.yml +++ b/config/elastic_apm.yml @@ -2,7 +2,7 @@ # Set service name - allowed characters: a-z, A-Z, 0-9, -, _ and space # Defaults to the name of your Rails app -service_name: <%= ENV['ELASTIC_APM_URL'] || 'gabsocial' %> +service_name: <%= ENV['ELASTIC_APM_SERVICE_NAME'] || 'gabsocial' %> # Use if APM Server requires a token secret_token: <%= ENV['ELASTIC_APM_SECRET_TOKEN'] || '' %>