-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
36 lines (31 loc) · 1.42 KB
/
.env.example
File metadata and controls
36 lines (31 loc) · 1.42 KB
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
# Maily - Environment Variables Configuration
# Copy this file to .env and update the values for your workshop.
# All variables have default fallback values in main.py, so only set what you need to override.
# === Email Configuration ===
SENDER_EMAIL=your-email@gmail.com
EMAIL_DELAY=1
# IMAGE_PATH= # Set to a file path to embed a local image; leave unset to skip
# === Workshop Details ===
WORKSHOP_DATE=28 de marzo de 2026
WORKSHOP_TIME=9:00 a.m. - 4:00 p.m.
WORKSHOP_PLACE=Evento Virtual
WORKSHOP_CITY=Bogotá
WORKSHOP_WEBSITE_URL=https://djangogirls.org/en/bogota/
WORKSHOP_YEAR=2026
# === Mentor Logistics ===
MENTOR_MEETING_DATE=15 de julio de 2024
MENTOR_MEETING_TIME=6:00 p.m. - 7:00 p.m.
WORKSHOP_DAY_MENTOR_MEETING_TIME=12:00 p.m.
MENTOR_CONFIRMATION_DEADLINE=30 de junio de 2024
MENTOR_CONFIRMATION_DATE=5 de julio de 2024
# === Participant Logistics ===
PARTICIPANT_CONFIRMATION_DEADLINE=5 de julio de 2024
PARTICIPANT_CONFIRMATION_DATE=10 de julio de 2024
# === Links ===
SURVEY_LINK=https://forms.gle/your-survey-id
PHOTOS_LINK=https://drive.google.com/drive/folders/your-folder-id
CERTIFICATE_BASE_URL=https://drive.google.com/file/
EMAIL_HEADER_URL=https://drive.google.com/thumbnail?id=your-image-id&sz=w1000
LINKTREE_URL=https://linktr.ee/your-linktree
WHATSAPP_PARTICIPANTS_LINK=https://chat.whatsapp.com/your-participants-group
WHATSAPP_MENTORS_LINK=https://chat.whatsapp.com/your-mentors-group