Updated AltThree/Emoji for GITHUB_TOKEN usage

This commit is contained in:
James Brooks
2015-08-06 18:56:00 +01:00
parent 0e83999f7d
commit bbaa1fbfa6
5 changed files with 37 additions and 10 deletions

25
config/emoji.php Normal file
View 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),
];