Allow private-network CORS origins in development
This commit is contained in:
@@ -38,3 +38,4 @@ TYPESENSE_API_KEY=replace-with-random-typesense-api-key
|
||||
TYPESENSE_COLLECTION_NAME=documents
|
||||
PUBLIC_BASE_URL=http://localhost:8000
|
||||
CORS_ALLOW_CREDENTIALS=false
|
||||
CORS_ALLOW_DEVELOPMENT_PRIVATE_NETWORK_ORIGINS=true
|
||||
|
||||
Reference in New Issue
Block a user