allow local dev origins on api
This commit is contained in:
parent
4446b228d7
commit
7e095b51f6
5 changed files with 213 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue