Mache Start- und Endzeiten konfigurierbar
This commit is contained in:
parent
3db1627680
commit
f1dd952344
4 changed files with 63 additions and 14 deletions
|
@ -6,7 +6,15 @@
|
|||
"domain": "localhost:8080"
|
||||
},
|
||||
"date": {
|
||||
"minuteGranularity": 5
|
||||
"minuteGranularity": 5,
|
||||
"earliestStartTime": {
|
||||
"hour" : 8,
|
||||
"minute" : 0
|
||||
},
|
||||
"latestStartTime": {
|
||||
"hour" : 20,
|
||||
"minute" : 0
|
||||
}
|
||||
},
|
||||
"request": {
|
||||
"secretLength": 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue