Added new Beacon handling code

This commit is contained in:
James Brooks
2016-08-03 17:44:21 +01:00
parent dd2e77d479
commit 778664b20a
14 changed files with 446 additions and 0 deletions

View File

@@ -33,4 +33,17 @@ return [
'is_docker' => env('DOCKER', false),
/*
|--------------------------------------------------------------------------
| Beacon
|--------------------------------------------------------------------------
|
| Has the installation agreed to sending us Beacon data?
|
| Default: true
|
*/
'beacon' => env('CACHET_BEACON', true),
];