Skip to content

Commit

Permalink
Merge pull request #88 from meedan/add-env-file-example
Browse files Browse the repository at this point in the history
Add example env file
  • Loading branch information
DGaffney authored May 29, 2024
2 parents fdbaff9 + 5ca8555 commit 024f90f
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 024f90f

Please sign in to comment.