]> BookStack Code Mirror - bookstack/commitdiff
Merging gitignore.
authorAbijeet <redacted>
Mon, 28 Nov 2016 18:54:15 +0000 (00:24 +0530)
committerAbijeet <redacted>
Mon, 28 Nov 2016 18:54:15 +0000 (00:24 +0530)
config/app.php
config/database.php

index 786f005ac963f2bf2836c7038c7f534b7a3088c2..d94196cc1ddf900c0b006a451f3b38d8356e9ad6 100644 (file)
@@ -3,7 +3,7 @@
 return [
 
 
-    'env' => env('APP_ENV', 'production'),
+    'env' => env('APP_ENV', 'development'),
 
     'editor' => env('APP_EDITOR', 'html'),
 
@@ -18,7 +18,7 @@ return [
     |
     */
 
-    'debug' => env('APP_DEBUG', false),
+    'debug' => env('APP_DEBUG', true),
 
     /*
     |--------------------------------------------------------------------------
index 832852dc2995d094e676ad1a50cd48ce037902ef..cfeeaa75a25d8b40d6080d10e6f7993c47459255 100644 (file)
@@ -71,9 +71,9 @@ return [
         'mysql' => [
             'driver'    => 'mysql',
             'host'      => env('DB_HOST', 'localhost'),
-            'database'  => env('DB_DATABASE', 'forge'),
-            'username'  => env('DB_USERNAME', 'forge'),
-            'password'  => env('DB_PASSWORD', ''),
+            'database'  => env('DB_DATABASE', 'bookstack'),
+            'username'  => env('DB_USERNAME', 'root'),
+            'password'  => env('DB_PASSWORD', 'Change123'),
             'charset'   => 'utf8',
             'collation' => 'utf8_unicode_ci',
             'prefix'    => '',