Removed elastic_apm.yml config

• Removed:
- elastic_apm.yml config
This commit is contained in:
mgabdev 2020-10-13 10:40:08 -05:00
parent 1d9b7bd28a
commit 9c0fc47777
1 changed files with 0 additions and 11 deletions

View File

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