Skip to content

Commit

Permalink
chore(docs): Update readme with argument for workfolder of local stor…
Browse files Browse the repository at this point in the history
…age.
  • Loading branch information
Lasse-numerous committed May 13, 2024
1 parent 6a1d0ba commit 5c66b3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ If needed you can supply the names of the env variables you use to store informa

## In Memory Backend

The in-memory backend does not need any configuration. Please be aware, files stored in the in-memory backend will not be persisted.
The in-memory backend does not need any configuration. Please be aware, files stored in the in-memory backend will not be persisted.

## Local Backend

For the local backend you can configure the base folder for the file manager from where all paths will be relative. You set the workfolder by using the `workfolder` keyword when using the factory method.

0 comments on commit 5c66b3f

Please sign in to comment.