File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- # Development environment (uses CORS proxy)
1+ # Development environment
2+ PUBLIC_URL = http://localhost
23REACT_APP_AUTH_TYPE = lighthouse
3- REACT_APP_AUTH_SERVER_URL = http://localhost:8010
4- REACT_APP_MODEL_SERVER_URL = wss ://lighthouse.uni-kiel.de/staging /websocket
4+ REACT_APP_AUTH_SERVER_URL = http://localhost/api
5+ REACT_APP_MODEL_SERVER_URL = ws ://localhost /websocket
Original file line number Diff line number Diff line change 1717 label : latest
1818 - env : staging
1919 label : staging
20+ - env : development
21+ label : development
2022
2123 steps :
2224 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2727 "start" : " craco start" ,
2828 "start:legacy" : " env-cmd -f .env.legacy craco start" ,
2929 "build" : " craco build" ,
30+ "build:development" : " env-cmd -f .env.development craco build" ,
3031 "build:staging" : " env-cmd -f .env.staging craco build" ,
3132 "build:production" : " env-cmd -f .env.production craco build" ,
3233 "test" : " craco test" ,
You can’t perform that action at this time.
0 commit comments