update local dev token defaults

This commit is contained in:
Азамат Нураев 2026-05-05 09:19:15 +03:00
parent e336ee1033
commit 43bd4bcbff

View file

@ -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