Browse Source

Add comment.

Taylor Otwell 11 years ago
parent
commit
83a872162e
1 changed files with 13 additions and 1 deletions
  1. 13 1
      app/config/services.php

+ 13 - 1
app/config/services.php

@@ -2,6 +2,18 @@
 
 return array(
 
+	/*
+	|--------------------------------------------------------------------------
+	| Third Party Services
+	|--------------------------------------------------------------------------
+	|
+	| This file is for storing the credentials for third party services such
+	| as Stripe, Mailgun, Mandrill, and others. This file provides a sane
+	| default location for this type of information, allowing packages
+	| to have a conventional place to find your various credentials.
+	|
+	*/
+
 	'mailgun' => array(
 		'secret' => '',
 	),
@@ -15,4 +27,4 @@ return array(
 		'secret' => '',
 	),
 
-);
+);