#47 - Undos changes in config files.
This commit is contained in:
		
							parent
							
								
									4efe3b41da
								
							
						
					
					
						commit
						552943c033
					
				| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
return [
 | 
					return [
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    'env' => env('APP_ENV', 'development'),
 | 
					    'env' => env('APP_ENV', 'production'),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    'editor' => env('APP_EDITOR', 'html'),
 | 
					    'editor' => env('APP_EDITOR', 'html'),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -18,7 +18,7 @@ return [
 | 
				
			||||||
    |
 | 
					    |
 | 
				
			||||||
    */
 | 
					    */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    'debug' => env('APP_DEBUG', true),
 | 
					    'debug' => env('APP_DEBUG', false),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /*
 | 
					    /*
 | 
				
			||||||
    |--------------------------------------------------------------------------
 | 
					    |--------------------------------------------------------------------------
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -71,9 +71,9 @@ return [
 | 
				
			||||||
        'mysql' => [
 | 
					        'mysql' => [
 | 
				
			||||||
            'driver'    => 'mysql',
 | 
					            'driver'    => 'mysql',
 | 
				
			||||||
            'host'      => env('DB_HOST', 'localhost'),
 | 
					            'host'      => env('DB_HOST', 'localhost'),
 | 
				
			||||||
            'database'  => env('DB_DATABASE', 'bookstack'),
 | 
					            'database'  => env('DB_DATABASE', 'forge'),
 | 
				
			||||||
            'username'  => env('DB_USERNAME', 'root'),
 | 
					            'username'  => env('DB_USERNAME', 'forge'),
 | 
				
			||||||
            'password'  => env('DB_PASSWORD', 'Change123'),
 | 
					            'password'  => env('DB_PASSWORD', ''),
 | 
				
			||||||
            'charset'   => 'utf8',
 | 
					            'charset'   => 'utf8',
 | 
				
			||||||
            'collation' => 'utf8_unicode_ci',
 | 
					            'collation' => 'utf8_unicode_ci',
 | 
				
			||||||
            'prefix'    => '',
 | 
					            'prefix'    => '',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue