Add missing .env and update README (#67)

Co-authored-by: Tristan Sloughter <t@crashfast.com>
This commit is contained in:
Kai 2022-03-16 03:49:17 +08:00 committed by GitHub
parent a7b0c04aaf
commit 563901d516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -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