Skip to content

Commit

Permalink
Add example env file
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed May 29, 2024
1 parent fdbaff9 commit 5ca8555
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .env_file.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
QUEUE_PREFIX=dev_
PRESTO_PORT=8000
DEPLOY_ENV=local
MODEL_NAME=mean_tokens.Model
#MODEL_NAME=audio.Model
S3_ENDPOINT=http://minio:9000
AWS_DEFAULT_REGION=us-east-1
AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
OTEL_SERVICE_NAME=my-service-name
OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
OTEL_EXPORTER_OTLP_ENDPOINT="https://api.honeycomb.io"
OTEL_EXPORTER_OTLP_HEADERS="x-honeycomb-team=XXX"
HONEYCOMB_API_ENDPOINT="https://api.honeycomb.io"

0 comments on commit 5ca8555

Please sign in to comment.