Skip to content

Commit 15177a9

Browse files
committed
Added Replication section to README.md
1 parent 194720b commit 15177a9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,23 @@ return [
304304
];
305305
```
306306

307+
### Replication
308+
309+
Configure `fsID` application component as follows
310+
311+
```php
312+
return [
313+
//...
314+
'components' => [
315+
//...
316+
'fsID' => [
317+
//...
318+
'replica' => 'anotherFsID',
319+
],
320+
],
321+
];
322+
```
323+
307324
## Usage
308325

309326
### Writing files

0 commit comments

Comments
 (0)