disable debug
This commit is contained in:
parent
87abf47087
commit
a00b9748e0
|
|
@ -106,7 +106,7 @@ class EnvironmentManager
|
|||
'APP_NAME=\''.$request->app_name."'\n".
|
||||
'APP_ENV='.$request->environment."\n".
|
||||
'APP_KEY='.'base64:'.base64_encode(Str::random(32))."\n".
|
||||
'APP_DEBUG=true'."\n".
|
||||
'APP_DEBUG=false'."\n".
|
||||
'APP_LOG_LEVEL='.$request->app_log_level."\n".
|
||||
'APP_URL='.$appUrl."\n\n".
|
||||
'DB_CONNECTION='.$request->database_connection."\n".
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue