-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.yaml
More file actions
27 lines (27 loc) · 759 Bytes
/
defaults.yaml
File metadata and controls
27 lines (27 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
parameters:
app.datasources.provider: default
app.max-days: 30
app.custom-links: [ ]
app.grouped-meals.exclude-patterns: [ ]
# - '/^Some meal to exclude from meal groups/'
app.grouped-meals.remove-patterns: [ ]
# - '/^Some prefix to remove from meal groups/'
app.extend-auto-completion: []
# - 'Leftovers of {text}'
app.save:
webhook-url: null
webhook-timeout: 10
app.notification:
webhook-url: null
webhook-timeout: 10
pattern-times: [ ]
# - patterns:
# - '/some meal/'
# - '/another meal/'
# time: '1H'
# text: 'some notification text'
# - patterns:
# - '/part of a meal text/'
# time: '12H'
# text: 'another notification'
# space: 1