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'] || '' %>