update local dev token defaults
This commit is contained in:
parent
e336ee1033
commit
43bd4bcbff
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,8 +1,8 @@
|
|||
.PHONY: help install test lint typecheck run run-otel compose-build compose-up compose-down compose-logs compose-ps pre-commit
|
||||
|
||||
COMPOSE ?= docker-compose
|
||||
APP_API_TOKEN ?= local-api-token
|
||||
APP_SIGNING_KEY ?= local-signing-key
|
||||
APP_API_TOKEN ?= 1234
|
||||
APP_SIGNING_KEY ?= 1234
|
||||
APP_OTEL_LOGS_ENDPOINT ?= http://localhost:4318/v1/logs
|
||||
APP_OTEL_METRICS_ENDPOINT ?= http://localhost:4318/v1/metrics
|
||||
APP_OTEL_TRACES_ENDPOINT ?= http://localhost:4318/v1/traces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue