Browse Source

Tweak default SQLite database.

Taylor Otwell 9 years ago
parent
commit
a8a0996faa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config/database.php

+ 1 - 1
app/config/database.php

@@ -48,7 +48,7 @@ return array(
 
 		'sqlite' => array(
 			'driver'   => 'sqlite',
-			'database' => __DIR__.'/../database/production.sqlite',
+			'database' => storage_path().'/database.sqlite',
 			'prefix'   => '',
 		),