Skip to content

Remove overriding value of CUBEJS_DEV_MODE

Max Woolf requested to merge mw/jitsu-dev-mode-toggle into main

Overview

Previously it was not possible to update the value in .env to enable or disable the CUBEJS_DEV_MODE environment variable as the value was being overruled from docker-compose.yml.

This change removes the environment variable from the docker configuration and moves it to the .env variable.

Reproduction steps

To toggle dev mode, update the value in .env and restart cube docker-compose restart cube.

Merge request reports