Fix a caching pollution issue when using static
This commit is contained in:
@@ -35,5 +35,6 @@ return [
|
||||
'queue_msgs' => env('FIDO_QUEUE_MSGS', 50),
|
||||
|
||||
// Strict mode enforces what address we present to uplinks, when we carry more than 1 address with different roles
|
||||
'strict' => env('FIDO_STRICT',FALSE),
|
||||
// When true, we'll only present a role that is higher than the node we are talking to
|
||||
'strict' => env('FIDO_STRICT',TRUE),
|
||||
];
|
Reference in New Issue
Block a user