From fc6f1db9ec0aab10b4f474792b936b60db987efc Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Thu, 19 Feb 2026 00:57:53 -0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=94=A7=20Update=20.env.e?= =?UTF-8?q?xample=20payment/production=20env=20vars=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- env/prod.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/prod.env.example b/env/prod.env.example index 9c277a2b..ca5de951 100644 --- a/env/prod.env.example +++ b/env/prod.env.example @@ -39,8 +39,8 @@ WEBMAP_ROUTER_PORT=4002 # ============================================================================== # Service Address Configuration (@lilith/service-addresses v3.0.0+) # ============================================================================== -LILITH_SERVICES_PATH=./infrastructure/services/features -LILITH_PORTS_PATH=./infrastructure/ports.yaml +LILITH_SERVICES_PATH=./deployments/services/features +# Note: ports are defined within individual service YAML files at deployments/services/ LILITH_STRICT_VALIDATION=true # ==============================================================================