Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianepperson authored Jan 16, 2021
1 parent 4bbd377 commit 0226af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@ def main(global_config, **settings):

Add any handler configuration to your app's config file. The handler and filters can refer to any handler or filter within `filestorage`, or can refer to any other package by full module path name.

```
```ini
[app:main]
# (other config settings)

# Base store with a custom filter
store.handler = Dummyhandler
store.filters[0] = myapp.filters[0].MyCustomFilter
store.filters[0] = myapp.filters.MyCustomFilter

# Portrait store with a couple of filestorage filters
store['portrait'].handler = LocalFileHandler
Expand Down

0 comments on commit 0226af9

Please sign in to comment.