Commit 07e5cc10 authored by Taylor Otwell's avatar Taylor Otwell

Tweaking configuration files.

parent cbf56e76
...@@ -103,6 +103,7 @@ return array( ...@@ -103,6 +103,7 @@ return array(
'Illuminate\Foundation\Providers\PublisherServiceProvider', 'Illuminate\Foundation\Providers\PublisherServiceProvider',
'Illuminate\Queue\QueueServiceProvider', 'Illuminate\Queue\QueueServiceProvider',
'Illuminate\Redis\RedisServiceProvider', 'Illuminate\Redis\RedisServiceProvider',
'Illuminate\Remote\RemoteServiceProvider',
'Illuminate\Auth\Reminders\ReminderServiceProvider', 'Illuminate\Auth\Reminders\ReminderServiceProvider',
'Illuminate\Foundation\Providers\RouteListServiceProvider', 'Illuminate\Foundation\Providers\RouteListServiceProvider',
'Illuminate\Database\SeedServiceProvider', 'Illuminate\Database\SeedServiceProvider',
...@@ -174,6 +175,7 @@ return array( ...@@ -174,6 +175,7 @@ return array(
'Schema' => 'Illuminate\Support\Facades\Schema', 'Schema' => 'Illuminate\Support\Facades\Schema',
'Seeder' => 'Illuminate\Database\Seeder', 'Seeder' => 'Illuminate\Database\Seeder',
'Session' => 'Illuminate\Support\Facades\Session', 'Session' => 'Illuminate\Support\Facades\Session',
'SSH' => 'Illuminate\Support\Facades\SSH',
'Str' => 'Illuminate\Support\Str', 'Str' => 'Illuminate\Support\Str',
'URL' => 'Illuminate\Support\Facades\URL', 'URL' => 'Illuminate\Support\Facades\URL',
'Validator' => 'Illuminate\Support\Facades\Validator', 'Validator' => 'Illuminate\Support\Facades\Validator',
......
...@@ -30,8 +30,9 @@ return array( ...@@ -30,8 +30,9 @@ return array(
'production' => array( 'production' => array(
'host' => '', 'host' => '',
'username' => 'root', 'username' => '',
'password' => '', 'password' => '',
'key' => '',
), ),
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment