disable debug

This commit is contained in:
Edward Yang 2022-09-06 20:43:41 +08:00
parent 87abf47087
commit a00b9748e0
2 changed files with 1 additions and 88 deletions

View File

@ -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