From be53b961b61cc5009a74ac19385bb68f02fe9e02 Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 22 Feb 2026 19:55:26 +0800 Subject: [PATCH] chore(env): add LOCAL_API_ADDR to env example --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 56a77812..b2129c4f 100644 --- a/.env.example +++ b/.env.example @@ -56,6 +56,10 @@ GODOXY_HTTP3_ENABLED=true # API listening address GODOXY_API_ADDR=127.0.0.1:8888 +# Local API listening address (unauthenticated, optional) +# Useful for local development, debugging or automation +GODOXY_LOCAL_API_ADDR= + # Metrics GODOXY_METRICS_DISABLE_CPU=false GODOXY_METRICS_DISABLE_MEMORY=false