Cachet/config/emoji.php
2015-08-06 18:56:00 +01:00

26 lines
549 B
PHP

<?php
/*
* This file is part of Alt Three Emoji.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
/*
|--------------------------------------------------------------------------
| GitHub Token
|--------------------------------------------------------------------------
|
| Configure a GitHub token here to decrease the rate limit.
|
*/
'token' => env('GITHUB_TOKEN', null),
];