Fix a caching pollution issue when using static
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 32s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m35s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s

This commit is contained in:
2024-04-14 10:23:21 +10:00
parent bac41969a5
commit 9299697ec1
3 changed files with 6 additions and 5 deletions

View File

@@ -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),
];