0
|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
|
|
5 |
/* |
|
6 |
|-------------------------------------------------------------------------- |
|
7 |
| Third Party Services |
|
8 |
|-------------------------------------------------------------------------- |
|
9 |
| |
|
10 |
| This file is for storing the credentials for third party services such |
|
11 |
| as Stripe, Mailgun, Mandrill, and others. This file provides a sane |
|
12 |
| default location for this type of information, allowing packages |
|
13 |
| to have a conventional place to find your various credentials. |
|
14 |
| |
|
15 |
*/ |
|
16 |
|
|
17 |
'mailgun' => [ |
|
18 |
'domain' => '', |
|
19 |
'secret' => '', |
|
20 |
], |
|
21 |
|
|
22 |
'mandrill' => [ |
|
23 |
'secret' => '', |
|
24 |
], |
|
25 |
|
|
26 |
'ses' => [ |
|
27 |
'key' => '', |
|
28 |
'secret' => '', |
|
29 |
'region' => 'us-east-1', |
|
30 |
], |
|
31 |
|
|
32 |
'stripe' => [ |
|
33 |
'model' => 'User', |
|
34 |
'secret' => '', |
|
35 |
], |
|
36 |
|
|
37 |
]; |