Files
cachet-docker/config/segment.php
2015-03-21 02:16:45 -06:00

22 lines
387 B
PHP

<?php
return [
/*
* Whether to enable Segment or not.
*/
'enabled' => true,
/*
* The key which enables you to write to the Segment.com API.
*/
'write_key' => '',
/*
* Other configurations. Currently unused.
*/
'consumer' => 'socket',
'debug' => false,
'ssl' => true,
'error_handler' => null,
];