Mizu start dev commands (#726)

* start dev commands

* env files

* no message
This commit is contained in:
lirazyehezkel
2022-01-31 12:05:50 +02:00
committed by GitHub
parent 4be7164f20
commit 2e5cf13b3f
4 changed files with 11 additions and 3 deletions

3
ui/.env.dev.basic Normal file
View File

@@ -0,0 +1,3 @@
REACT_APP_OVERRIDE_WS_URL="ws://localhost:8899/ws"
REACT_APP_OVERRIDE_API_URL="http://localhost:8899/"
REACT_APP_OVERRIDE_IS_ENTERPRISE="false"