diff --git a/config/elastic_apm.yml b/config/elastic_apm.yml deleted file mode 100644 index 9c282b1e..00000000 --- a/config/elastic_apm.yml +++ /dev/null @@ -1,11 +0,0 @@ -# config/elastic_apm.yml: - -# Set service name - allowed characters: a-z, A-Z, 0-9, -, _ and space -# Defaults to the name of your Rails app -service_name: <%= ENV['ES_APM_SERVICE_NAME'] %> - -# Use if APM Server requires a token -secret_token: <%= ENV['ES_APM_SECRET_TOKEN'] %> - -# Set custom APM Server URL (default: http://localhost:8200) -server_url: <%= ENV['ES_APM_URL'] %> \ No newline at end of file