[Sprint/InterestingIguana] (feat): disable VPN restriction for staging
closes #579 (closed) depends on helm-charts!1 (merged)
@brianhatchet had already implemented it so just added the flag to settings.example.php and Installer.php
0/1 thread resolved
mentioned in merge request helm-charts!1 (merged)
changed the description
approved this merge request
1 1 <?php 2 2 $CONFIG = Minds\Core\Di\Di::_()->get('Config'); 3 $CONFIG->development_mode = '{{development-mode}}'; - Owner
line 467 already sets this fyi