Segment updates

This commit is contained in:
Graham Campbell
2015-05-25 20:02:11 +01:00
parent 2b3b6fb8d8
commit 80580eadeb
3 changed files with 37 additions and 24 deletions
+20 -12
View File
@@ -12,21 +12,29 @@
return [
/*
* Whether to enable Segment or not.
*/
|--------------------------------------------------------------------------
| Enable Laravel Segment
|--------------------------------------------------------------------------
|
| This option specifies if Segment tracking is enabled.
|
| Default: true
|
*/
'enabled' => true,
/*
* The key which enables you to write to the Segment.com API.
*/
|--------------------------------------------------------------------------
| Segment Write Key
|--------------------------------------------------------------------------
|
| This option specifies key which enables you to write to Segment's API.
|
| Default: true
|
*/
'write_key' => '',
/*
* Other configurations. Currently unused.
*/
'consumer' => 'socket',
'debug' => false,
'ssl' => true,
'error_handler' => null,
];