From 43bd4bcbffaf3b958f3dbdb421cd5b80e0b9bcdb Mon Sep 17 00:00:00 2001 From: gglamer Date: Tue, 5 May 2026 09:19:15 +0300 Subject: [PATCH] update local dev token defaults --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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