Update elastic_apm.yml
This commit is contained in:
parent
6a620f388e
commit
7d8ecac125
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Set service name - allowed characters: a-z, A-Z, 0-9, -, _ and space
|
# Set service name - allowed characters: a-z, A-Z, 0-9, -, _ and space
|
||||||
# Defaults to the name of your Rails app
|
# 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
|
# Use if APM Server requires a token
|
||||||
secret_token: <%= ENV['ELASTIC_APM_SECRET_TOKEN'] || '' %>
|
secret_token: <%= ENV['ELASTIC_APM_SECRET_TOKEN'] || '' %>
|
||||||
|
|
Loading…
Reference in New Issue