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

18 lines
178 B
PHP
Raw Normal View History

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