chore(env): add ELASTIC_APM_* environment variable to env.example.optional file

This commit is contained in:
kleph 2023-02-23 18:25:30 +01:00
parent c4746099fa
commit 7676043ebc

View file

@ -168,3 +168,10 @@ SIB_WEBHOOK_URL=""
# ServicesPublics+ tracking url shown to user when dossier is terminated.
SERVICES_PUBLICS_PLUS_URL=""
# Elasticsearch APM
# send application logs to elasticsearch APM component via elastic-apm gem
# see https://www.elastic.co/guide/en/apm/agent/ruby/current/configuration.html for more configuration options and vars
ELASTIC_APM_ENABLED="" # disabled by default, set to "true" to enable
ELASTIC_APM_SERVER_URL="http://192.168.0.1:8200" # elasticsearch APM endpoint URL