-
Notifications
You must be signed in to change notification settings - Fork 3
/
exampleconfig.json
60 lines (60 loc) · 1.57 KB
/
exampleconfig.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
{
"contacturl": "https://hooks.slack.com/services/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",
"google": {
"clientIDs": ["GoogleClientID"],
"displayID": 0,
"secretKey": "secret"
},
"captcha": {
"sitekey": "6LeBUaYZAAAAAPJ86mgUDGSVncmg4VeOo-0651kt",
"secret": "secret"
},
"cookie": {
"secret": "secret",
"name": "Harker1072Robotics"
},
"server": {
"domain": "localhost",
"production": false,
"port": 3000,
"runInternal": false
},
"TBA": {
"apiKey": "key"
},
"blog": {
"runBlog": true,
"interval": 100,
"blogID": "2019535614975828896",
"apiKey": "key"
},
"database": {
"port": 27017,
"databaseName": "robotics-website"
},
"automail": {
"singleMentorMail": true,
"cronPattern": "0 17 * * *",
"auth": {
"host": "smtp.office365.com",
"port": "587",
"secure": false,
"username": "[email protected]",
"password": "password",
"address": "Harker Robotics PR System <[email protected]>"
}
},
"users": {
"admins": [
],
"mentor": "[email protected]",
"superadmins": [
]
}
}