Update elastic_apm.yml

This commit is contained in:
admin 2021-02-03 15:17:38 +00:00
parent 6a620f388e
commit 7d8ecac125
1 changed files with 1 additions and 1 deletions

View File

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