File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1
1
REACT_APP_ENABLE_LOG_PROXY = false
2
-
3
- # Proxy set in src/setupProxy.js to handle CORS for other URLs
4
- # https://create-react-app.dev/docs/proxying-api-requests-in-development/
5
-
2
+ REACT_APP_CORE_API_URL = http://localhost:10000/jsapi
3
+ REACT_APP_NOTEBOOKS_URL = http://localhost:10000/notebooks
4
+ REACT_APP_LAYOUTS_URL = http://localhost:10000/layouts
6
5
REACT_APP_ROUTER_BASE_NAME = /
7
6
REACT_APP_INTERNAL_PLUGINS = ExamplePlugin
8
7
PORT = 4000
Original file line number Diff line number Diff line change 32
32
"cross-env" : " ^7.0.2" ,
33
33
"deep-equal" : " ^2.0.4" ,
34
34
"fira" : " github:mozilla/fira#4.202" ,
35
- "http-proxy-middleware" : " ^2.0.1" ,
36
35
"jquery" : " ^3.5.1" ,
37
36
"jszip" : " 3.2.2" ,
38
37
"lodash.clamp" : " ^4.0.3" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments