We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d327d9 commit 2187740Copy full SHA for 2187740
2 files changed
.cargo/config.toml
crates/embucket-lambda/.env.example
@@ -0,0 +1,7 @@
1
+METASTORE_CONFIG=config/metastore.yaml
2
+JWT_SECRET=secret
3
+RUST_LOG=info
4
+LOG_FORMAT=json
5
+OTEL_SERVICE_NAME=embucket-lambda-api
6
+HONEYCOMB_API_KEY=full_ingest_key
7
+ENDPOINT_URL=api.honeycomb.io:443
0 commit comments