Change default env to prod for fresh install
This commit is contained in:
parent
ac64a5db75
commit
2202c5b479
@ -16,7 +16,7 @@ use Symfony\Component\HttpFoundation\File\Exception\FileException;
|
||||
class ConfigService extends Service
|
||||
{
|
||||
protected static $defaultValues = [
|
||||
'APP_ENV' => 'dev',
|
||||
'APP_ENV' => 'prod',
|
||||
'APP_KEY' => '',
|
||||
'APP_DEBUG' => true,
|
||||
'APP_LOCALE' => 'en',
|
||||
|
Loading…
Reference in New Issue
Block a user