diff --git a/.gitignore b/.gitignore index 3fd564cd..b5363f02 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ /vendor composer.phar composer.lock -.env.local.php +.env.*.php .env.php .DS_Store Thumbs.db diff --git a/app/config/app.php b/app/config/app.php index 6d2f60b4..27665c60 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -13,7 +13,7 @@ return array( | */ - 'debug' => true, + 'debug' => false, /* |-------------------------------------------------------------------------- diff --git a/app/config/local/app.php b/app/config/local/app.php new file mode 100644 index 00000000..c56fcb9c --- /dev/null +++ b/app/config/local/app.php @@ -0,0 +1,18 @@ + true, + +);