]> BookStack Code Mirror - bookstack/commitdiff
Merge pull request #6 from BookStackApp/master
authorAbijeet Patro <redacted>
Sun, 29 Jan 2017 04:05:21 +0000 (09:35 +0530)
committerGitHub <redacted>
Sun, 29 Jan 2017 04:05:21 +0000 (09:35 +0530)
Getting the latest

config/app.php
config/database.php

index 0c3e1e71c5360ebb63e58587fd0a7c9197ec296c..2a7a36ea2e4a5f7768b698a577afd3761ed2ade0 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'    => '',