Revert 9299697
FIDO_STRICT to default false. Not all FTNs support sending uplinks from a *C address.
This commit is contained in:
parent
7b225d8fc0
commit
20d3776490
@ -48,7 +48,7 @@ MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
|
||||
|
||||
FIDO_DIR=fido
|
||||
FIDO_PACKET_KEEP=
|
||||
FIDO_STRICT=TRUE
|
||||
FIDO_STRICT=false
|
||||
|
||||
FILESYSTEM_DISK=s3
|
||||
AWS_ACCESS_KEY_ID=
|
||||
|
@ -36,5 +36,5 @@ return [
|
||||
|
||||
// Strict mode enforces what address we present to uplinks, when we carry more than 1 address with different roles
|
||||
// When true, we'll only present a role that is higher than the node we are talking to
|
||||
'strict' => env('FIDO_STRICT',TRUE),
|
||||
'strict' => env('FIDO_STRICT',FALSE),
|
||||
];
|
Loading…
Reference in New Issue
Block a user