[FLOW3-general] why is default context Development and not Production?

Simon Schaufelberger (Schaufi) simonschaufi at jesus.de
Sun Jul 22 01:50:39 CEST 2012


Hello,
i am wondering why the default context is Development if none is given:

line from Web/index.php:

$context = getenv('FLOW3_CONTEXT') ?: (getenv('REDIRECT_FLOW3_CONTEXT') 
?: 'Development');

Shouldn't that be Production by default?

There are cases when you have NO SSH access and no webserver access to 
the webserver config so you cannot set the context there. The only way 
to make the default Production is to modify this line.

For me it is better to have Production ready systems by default and not 
development ones, what do you think about that?
-- 
Regards, Schaufi


More information about the FLOW3-general mailing list