8000 Tweaking configuration files. · hicode/laravel@07e5cc1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07e5cc1

Browse files
committed
Tweaking configuration files.
1 parent cbf56e7 commit 07e5cc1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/config/app.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
'Illuminate\Foundation\Providers\PublisherServiceProvider',
104104
'Illuminate\Queue\QueueServiceProvider',
105105
'Illuminate\Redis\RedisServiceProvider',
106+
'Illuminate\Remote\RemoteServiceProvider',
106107
'Illuminate\Auth\Reminders\ReminderServiceProvider',
107108
'Illuminate\Foundation\Providers\RouteListServiceProvider',
108109
'Illuminate\Database\SeedServiceProvider',
@@ -174,6 +175,7 @@
174175
'Schema' => 'Illuminate\Support\Facades\Schema',
175176
'Seeder' => 'Illuminate\Database\Seeder',
176177
'Session' => 'Illuminate\Support\Facades\Session',
178+
'SSH' => 'Illuminate\Support\Facades\SSH',
177179
'Str' => 'Illuminate\Support\Str',
178180
'URL' => 'Illuminate\Support\Facades\URL',
179181
'Validator' => 'Illuminate\Support\Facades\Validator',

app/config/remote.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030

3131
'production' => array(
3232
'host' => '',
33-
'username' => 'root',
33+
'username' => '',
3434
'password' => '',
35+
'key' => '',
3536
),
3637

3738
),

0 commit comments

Comments
 (0)
0