Files
spa-api/app/config/services.php

16 lines
177 B
PHP
Raw Normal View History

2014-03-14 16:22:03 -05:00
<?php return array(
'mailgun' => array(
'secret' => '',
),
'mandrill' => array(
'secret' => '',
),
'stripe' => array(
'model' => 'User',
'secret' => '',
),
);