diff --git a/app/config/remote.php b/app/config/remote.php new file mode 100644 index 00000000..1c29b7ed --- /dev/null +++ b/app/config/remote.php @@ -0,0 +1,39 @@ + 'production', + + /* + |-------------------------------------------------------------------------- + | Remote Server Connections + |-------------------------------------------------------------------------- + | + | These are the servers that will be accessible via the SSH task runner + | facilities of Laravel. This feature radically simplifies executing + | tasks on your servers, such as deploying out these applications. + | + */ + + 'connections' => array( + + 'production' => array( + 'host' => '', + 'username' => 'root', + 'password' => '', + ), + + ), + +); \ No newline at end of file