Distributed Poller improved validation (#12269)

This commit is contained in:
Tony Murray
2020-11-23 00:33:56 -06:00
committed by GitHub
parent 7550ef1d8c
commit 7ed34c889e
6 changed files with 164 additions and 20 deletions

View File

@@ -43,4 +43,14 @@ return [
'install' => env('INSTALL', false),
/*
|--------------------------------------------------------------------------
| NODE ID
|--------------------------------------------------------------------------
|
| Unique value to identify this node. Primarily used for distributed polling.
*/
'node_id' => env('NODE_ID'),
];