I'm running my lumen app via dev_appserver.py within google cloud sdk shell (which emulates GAE and provides memcached, task queue etc)
but this returns false from detectGAE?
$this->runningOnGae = ! preg_match('/dev~/', getenv('APPLICATION_ID'));
what would be the advisable setup for the GaeSupportLumen framework to see this as the local version of my production app?
thanks
j