Updated AltThree/Emoji for GITHUB_TOKEN usage
This commit is contained in:
25
config/emoji.php
Normal file
25
config/emoji.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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),
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user