Skip to content

Commit

Permalink
chore: add otel env var to api-keys tilt
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Nov 6, 2023
1 parent 0ca6970 commit 5b55f0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ local_resource(
serve_cmd = "buck2 run {}".format(api_keys_target),
serve_env = {
"PG_CON": "postgres://user:password@localhost:5431/pg",
"API_KEYS_CONFIG": "../core/api-keys/api-keys.yml"
"API_KEYS_CONFIG": "../core/api-keys/api-keys.yml",
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://localhost:4318",
},
deps = _buck2_dep_inputs(api_keys_target),
resource_deps = [
Expand Down

0 comments on commit 5b55f0f

Please sign in to comment.