Working on configuration files.

This commit is contained in:
Taylor Otwell
2014-03-14 16:22:03 -05:00
parent 0b390e397e
commit 7d60aa4235
2 changed files with 17 additions and 1 deletions

16
app/config/services.php Normal file
View File

@@ -0,0 +1,16 @@
<?php return array(
'mailgun' => array(
'secret' => '',
),
'mandrill' => array(
'secret' => '',
),
'stripe' => array(
'model' => 'User',
'secret' => '',
),
);