diff --git a/Makefile b/Makefile index ed72fd7..37d717e 100644 --- a/Makefile +++ b/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