Skip to content

Commit

Permalink
rename env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Nov 23, 2019
1 parent e7a7927 commit d683cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/elastic_apm.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
service_name: 'lupo'
secret_token: <%= ENV['APM_TOKEN'] %>
secret_token: <%= ENV['APM_SECRET_TOKEN'] %>
server_url: <%= ENV['APM_SERVER_URL'] %>

0 comments on commit d683cb8

Please sign in to comment.