Skip to content

Commit

Permalink
Sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
rmasters committed Jan 24, 2014
1 parent 6fd173e commit c6149ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

return array(
'environments' => array(
'local' => array(
'provider' => 'Lasset\Providers\Host',
'options' => array(
'baseUrl' => '/',
),
),
),
'default' => null,
'default' => 'local',
);

0 comments on commit c6149ff

Please sign in to comment.