Skip to content

Commit 1ad6d38

Browse files
Add lazy adapter in configuration reference
1 parent b00803d commit 1ad6d38

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/B-configuration-reference.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,10 @@ flysystem:
6363
privateKey: 'path/to/or/contents/of/privatekey'
6464
root: '/path/to/root'
6565
timeout: 10
66+
67+
users9.storage:
68+
adapter: 'lazy'
69+
options:
70+
source: 'flysystem_storage_service_to_use'
71+
6672
```

0 commit comments

Comments
 (0)