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
|
2022-11-25 14:53:41 +01:00
|
|
|
VITE_UMBRACO_API_URL=http://localhost:11000
|
2022-07-26 16:07:31 +02:00
|
|
|
VITE_UMBRACO_INSTALL_STATUS=running # running or must-install or must-upgrade
|
2023-02-01 10:13:49 +01:00
|
|
|
VITE_MSW_QUIET=off # on = turns off MSW console logs, off = turns on MSW console logs
|