Skip to content

(feature) development mode proposal

Brian Hatchet requested to merge brianhatchet/engine:development_mode into master

Our admin panel is inaccessible at development because of header ip checks.

Rather than just comment out the code, I propose we add a development mode flag to bypass these environmental checks.

TIL: we have a default user and password with admin privileges enabled once you overcome the above. Added some documentation to the readme.

Merge request reports