Skip to content

Commit

Permalink
Multiple package configurations - leftovers (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalkoren authored Dec 11, 2018
1 parent 364a3b6 commit bd6ff30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@ So a minimal version of a configuration might look like this:
.System properties
----
-Delastic.apm.service_name=my-cool-service
-Delastic.apm.application_packages=org.example
-Delastic.apm.application_packages=org.example,org.another.example
-Delastic.apm.server_urls=http://localhost:8200
----

[source,properties]
.elasticapm.properties
----
service_name=my-cool-service
application_packages=org.example
application_packages=org.example,org.another.example
server_urls=http://localhost:8200
----

[source,bash]
.Environment variables
----
ELASTIC_APM_SERVICE_NAME=my-cool-service
ELASTIC_APM_APPLICATION_PACKAGES=org.example
ELASTIC_APM_APPLICATION_PACKAGES=org.example,org.another.example
ELASTIC_APM_SERVER_URLS=http://localhost:8200
----

Expand Down

0 comments on commit bd6ff30

Please sign in to comment.