-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathusers-config.yml
37 lines (35 loc) · 1.05 KB
/
users-config.yml
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
28
29
30
31
32
33
34
35
36
37
users:
- login: dummy-user # System login / user name
timeLimit: 180 # Daily time limit (minutes)
noticePeriod: 5 # Notice period is the time period between the sending message and the killing of a user (minutes)
# Optionally extended time can be assigned for particular day
extendedTime:
- date: "2020-01-01" # Date in format YYYY-MM-DD
timeCount: 5 # Number of extended minutes (could be negative if to need to reduce time)
# Format of time should be HH:mm (2 digits per hour and minute fields), like
# 07:01 (not 7:1)
# 13:06
# 17:38
# 00:00 (not 0:0)
schedule:
mon:
- start: 00:00
end: 23:59
tue:
- start: 00:00
end: 23:59
wed:
- start: 00:00
end: 23:59
thu:
- start: 00:00
end: 23:59
fri:
- start: 00:00
end: 23:59
sat:
- start: 00:00
end: 23:59
sun:
- start: 00:00
end: 23:59