Implements configurable start and end hour of the dayused in schedule
This commit is contained in:
parent
7000e63700
commit
7fa6d5277d
5 changed files with 22 additions and 1 deletions
8
app.json
8
app.json
|
|
@ -58,6 +58,14 @@
|
|||
"description": "Schedule timeslot size in minutes",
|
||||
"required": false
|
||||
},
|
||||
"OSEM_SCHEDULE_START_HOUR": {
|
||||
"description": "Schedule start hour",
|
||||
"required": false
|
||||
},
|
||||
"OSEM_SCHEDULE_END_HOUR": {
|
||||
"description": "Schedule end hour",
|
||||
"required": false
|
||||
},
|
||||
"RACK_ENV": {
|
||||
"required": false
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue