This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-sample.json
61 lines (61 loc) · 1.73 KB
/
settings-sample.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"kadira": {
"appId": "XXXXXXXXXXXXXXXXX",
"appSecret": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
},
"public": {
"appName": "ShiftStats",
"connectionIssueTimeout": 5000,
"brandList": ["Allo Resto", "Deliveroo", "Foodora", "Stuart", "UberEats"],
"contactUs": "https://www.facebook.com/Shiftstats",
"defaultLanguage": "fr",
"dataquality": {
"badThreshold": 0,
"averageThreshold": 10,
"goodThreshold": 20,
"minDuration": 60
},
"morningStartHour": "06:00",
"morningEndHour": "11:00",
"lunchStartHour": "11:00",
"lunchEndHour": "14:30",
"afternoonStartHour": "14:30",
"afternoonEndHour": "18:30",
"dinnerStartHour": "18:30",
"dinnerEndHour": "23:30",
"nightStartHour": "23:30",
"nightEndHour": "06:00",
"toastDuration": 4000
},
"private": {
"adminUserName": "XXX",
"adminEmail": "[email protected]",
"adminPassword": "XXXXX",
"adminFirstName": "XXX",
"adminLastName": "XXX",
"adminCompany": "XXX",
"serviceFbAppId": "000000000000000",
"serviceFbSecret": "00000000000000000000000000000000",
"mailgunUsername": "[email protected]",
"mailgunPassword": "00000000000000000000000000000000",
"mailgunNoReplyMail": "<[email protected]>",
"mupHost": "XXX.XXX.XXX.XXX",
"mupUsername": "XXXXX",
"mupPem": "/XXXX/XXXXXXX/.XXX/XX_XXX",
"mupPath": "/XXXX/XXXXXXX/XXXXXXX/shiftstats",
"mupEmail": "[email protected]",
"usersFixtures": [
{
"username": "XXXX XXXX",
"email": "[email protected]",
"password": "XXXXXXXX",
"isAdmin": true
}, {
"username": "XXXX XXXX",
"email": "[email protected]",
"password": "XXXXXXXX",
"isAdmin": false
}
]
}
}