Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/main/resources/config/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ security-analysis:
lowBound: 300
highBound: 500
limitDurations:
- lowBound: 0
lowClosed: true
highBound: 300
- lowBound: 600
lowClosed: false
highBound: ~
highClosed: false
- lowBound: 300
lowClosed: true
highBound: 600
highClosed: true
- lowBound: 600
lowClosed: false
highBound: ~
- lowBound: 0
lowClosed: true
highBound: 300
highClosed: false
defaultValues:
- [ 1, 1, 1, 1 ]
Expand Down
12 changes: 6 additions & 6 deletions src/test/resources/application-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ security-analysis:
lowBound: 300
highBound: 500
limitDurations:
- lowBound: 0
lowClosed: true
highBound: 300
- lowBound: 600
lowClosed: false
highBound: ~
highClosed: false
- lowBound: 300
lowClosed: true
highBound: 600
highClosed: true
- lowBound: 600
lowClosed: false
highBound: ~
- lowBound: 0
lowClosed: true
highBound: 300
highClosed: false
defaultValues:
- [ 1, 1, 1, 1 ]
Expand Down
Loading