From bb98b654147e588fbd9a350e4c4647583b42f128 Mon Sep 17 00:00:00 2001 From: pearl-truss Date: Thu, 1 Feb 2024 14:30:13 -0500 Subject: [PATCH] fix default allowed ip address --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 2a0f3fe8f6..89255717bc 100644 --- a/.envrc +++ b/.envrc @@ -26,7 +26,7 @@ export DATABASE_URL='postgresql://postgres:shhhsecret@localhost:5432/postgres?sc export EMAILER_MODE='LOCAL' export LD_SDK_KEY='this-value-must-be-set-in-local' export PARAMETER_STORE_MODE='LOCAL' -export ALLOWED_IP_ADDRESSES='127.0.0.1' +export ALLOWED_IP_ADDRESSES=['127.0.0.1'] export JWT_SECRET='3fd2e448ed2cec1fa46520f1b64bcb243c784f68db41ea67ef9abc45c12951d3e770162829103c439f01d2b860d06ed0da1a08895117b1ef338f1e4ed176448a' # pragma: allowlist secret export REACT_APP_OTEL_COLLECTOR_URL='http://localhost:4318/v1/traces'