-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
34 lines (30 loc) · 867 Bytes
/
config.yaml
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
# Relatif aux noms de colonnes Sheets
Sheet_specs: {
_nom: "Nom",
_prenom: "Prénom",
_email: "Adresse mail :",
_check: "Check",
checkmark: "y"
}
# Relatif aux dimensions d'image et à l'écriture du Nom
Diploma_specs: {
diploma_path: "attestation_achmawiya.png",
width: 3508,
frame_width: 3108,
text_ypos: 1250,
font: "Arial_Black.ttf",
color: "#000000",
fontsize: 180
}
# Relatif à l'API GSheets
Sheets: {
credential_path: "sheets-credentials.json",
file_name: "D.U.Q - Al-'Ashmawiyya - Attestation (réponses)"
}
# Relatif aux options de l'API GMail
GMail: {
credential_path: "gmail-credentials.json",
sender: "Jean Mahmoud <jean.mahmoud@gmail.com>",
subject: "Attestation de participation « Al-Ashmawiyya dans le Fiqh Malikite »",
html_path: "html/ashmawiya-mail.html" # Chemin d'accès vers le contenu HTML du mail
}