-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 741 Bytes
/
.env.example
File metadata and controls
24 lines (20 loc) · 741 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
# =============================================
# PROTECTOR LOMBADA EDUCATIVA - Variáveis de Ambiente
# Copie este arquivo para .env e preencha os valores
# =============================================
# --- SUPABASE ---
SUPABASE_URL=https://seu-projeto.supabase.co
SUPABASE_SERVICE_KEY=eyJ...sua_service_role_key
SUPABASE_ANON_KEY=eyJ...sua_anon_key
# --- E-MAIL SMTP (cPanel / Hospedagem) ---
# Para e-mail do cPanel:
SMTP_HOST=mail.seudominio.com.br
SMTP_PORT=465
SMTP_SECURE=true
SMTP_USER=alerta@seudominio.com.br
SMTP_PASS=sua_senha_do_email
# Para Gmail (alternativo, deixe SMTP_HOST vazio):
# GMAIL_USER=seu-email@gmail.com
# GMAIL_APP_PASSWORD=abcd efgh ijkl mnop
# --- CRON SECRET ---
CRON_SECRET=gere-um-uuid-aleatorio-aqui