Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/.env

6 lines
346 B
Bash
Raw Normal View History

2022-05-18 13:13:55 +02:00
# Copy this to .env.local and change what you want to test.
2022-08-08 11:53:59 +02:00
VITE_UMBRACO_USE_MSW=on # on = turns on MSW, off = disables all mock handlers
VITE_UMBRACO_API_URL=http://localhost:11000
VITE_UMBRACO_INSTALL_STATUS=running # running or must-install or must-upgrade
VITE_MSW_QUIET=off # on = turns off MSW console logs, off = turns on MSW console logs