Skip to content

Commit

Permalink
Update read version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christensen Jacob authored and Christensen Jacob committed Sep 28, 2016
1 parent 613cfe6 commit 748f68c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It will not limit nor interfere with the users request but only store the change
* Api to list thread: /auditing/?eq(thread,string:id-string-uuid)`

### version
* `v0.0.1`: 2016/09/22 First version with basic auditing enabled by default, collection changes.
* `v0.1.0`: 2016/09/28 First version with basic auditing enabled by default, collection changes.

#### Configuration
* Need Graviton ^v0.77.0, so ModelEvent is fired on Document Updates.
Expand Down Expand Up @@ -40,6 +40,8 @@ parameters:
exceptions: false
# Exclude header status exceptions code, 400=bad request, form validation
exceptions_exclude: [400]
# Exclude listed URLS, array
exlude_urls: ["/auditing"]
```
### Testing in Graviton
Expand Down

0 comments on commit 748f68c

Please sign in to comment.