allow local dev origins on api

This commit is contained in:
dirtydishes 2026-06-13 11:07:53 -04:00
parent 4446b228d7
commit 7e095b51f6
5 changed files with 213 additions and 6 deletions

View file

@ -60,6 +60,7 @@ COMPUTE_DELIVER_POLICY=new
COMPUTE_CONSUMER_RESET=false
API_DELIVER_POLICY=new
API_CONSUMER_RESET=false
API_CORS_ORIGINS=https://flow.deltaisland.io,http://127.0.0.1:3000,http://localhost:3000,http://127.0.0.1:3100,http://localhost:3100
NBBO_MAX_AGE_MS=1000
NEXT_PUBLIC_NBBO_MAX_AGE_MS=1000
NEXT_PUBLIC_LIVE_HOT_WINDOW=600