Hello everyone!

Funtime3Freddy3 here, the developer of Modular Worker and today I’m making this documentation post page to let you know how to configuring it at the Security Mode.

As the last time said in the documentation post page Configuring, there’s a config.php. Inside the config.php there’s 2 variables. We care about the $offline variable.

If $offline = true; this means the Offline Mode is activated and the app will only work on localhost environments.

If $offline = false; this means the Offline Mode is disabled and the app will work on localhost environments and on domains.