Add missing .env and update README (#67)
Co-authored-by: Tristan Sloughter <t@crashfast.com>
This commit is contained in:
parent
a7b0c04aaf
commit
563901d516
|
@ -0,0 +1,11 @@
|
|||
DATABASE_URL=ecto://postgres:postgres@postgres/demo_dev
|
||||
SECRET_KEY_BASE=J2yvvaGbOmvsFVOnzgdWzGJtCbgSOC7aFhWziMgEFnT1T2CiWE0a67FZw8i87yRS
|
||||
PHX_SERVER=true
|
||||
PHX_HOST=localhost
|
||||
|
||||
# If you are exporting to the following 3rd party service,
|
||||
# do remember to update the following:
|
||||
# HONEYCOMB_TEAM=your_honeycomb_team
|
||||
# HONEYCOMB_DATASET=your_honeycomb_dataset
|
||||
# LIGHTSTEP_ACCESS_TOKEN=your_lightstep_access_token
|
||||
|
|
@ -10,7 +10,8 @@ Jaeger][5] respectively.
|
|||
Additionally, we also include the OpenTelemetry Collector and
|
||||
`opentelemetry_exporter` configuration to
|
||||
export the traces to external services like [Honeycomb](https://www.honeycomb.io/) and
|
||||
[Lightstep](https://lightstep.com/).
|
||||
[Lightstep](https://lightstep.com/). Do remember to update the `.env` file to
|
||||
include your crendentials if you're doing so.
|
||||
|
||||
## Getting Stated
|
||||
|
||||
|
|
Loading…
Reference in New Issue