-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfigExample.json
More file actions
39 lines (39 loc) · 827 Bytes
/
configExample.json
File metadata and controls
39 lines (39 loc) · 827 Bytes
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
{
"mail": "example@gmail.com",
"password": "password",
"smtp": "smtp.gmail.com",
"port": "465",
"textMail": "This year, you're Santa Claus,\nFor this Secret Santa, you will have to gift {0}.\nGood luck {1} and merry christmas !",
"partipants": [
"Friend1",
"Friend2",
"Friend3",
"Friend4",
"Friend5"
],
"mailList": {
"Friend1": "friend1@gmail.com",
"Friend2": "friend2@gmail.com",
"Friend3": "friend3@gmail.com",
"Friend4": "friend4@gmail.com",
"Friend5": "friend5@gmail.com"
},
"couples": [
[
"Friend1",
"Friend3"
],
[
"Friend2",
"Friend4"
]
],
"spoiler": false,
"old": {
"Friend1": "Friend3",
"Friend3": "Friend4",
"Friend4": "Friend0 (no longer in the game)",
"Friend0": "Friend1"
},
"webhook": "https://discord.com/api/webhooks/randomnumbers/randomnumbersagain"
}