From 519df610e84c57fe27bf7aa6b17b643e149c973b Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Tue, 14 Jul 2026 15:01:32 +0000 Subject: [PATCH] Use standard ports for dev: API 5055, NATS 4222 (same as prod) --- .envrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.envrc b/.envrc index 6a6030f..46bec5b 100644 --- a/.envrc +++ b/.envrc @@ -1,6 +1,4 @@ # Wild Central dev environment export WILD_CENTRAL_ENV=development export WILD_CENTRAL_DATA_DIR=/var/lib/wild-central -export WILD_CENTRAL_PORT=15055 -export WILD_CENTRAL_NATS_PORT=14222 export WILD_CENTRAL_VITE_URL=http://localhost:5174