staging #72
4
.env
4
.env
|
|
@ -23,6 +23,10 @@ DATABASE_URL="file:./dev.db"
|
||||||
N8N_WEBHOOK_URL="https://flows2.carpa.com/webhook/news-summary"
|
N8N_WEBHOOK_URL="https://flows2.carpa.com/webhook/news-summary"
|
||||||
N8N_API_KEY="sk_live_JwjpTdZrLVvijCKuWylWZbUuhBm6zPDH"
|
N8N_API_KEY="sk_live_JwjpTdZrLVvijCKuWylWZbUuhBm6zPDH"
|
||||||
|
|
||||||
|
# Cloudflare Email Sending
|
||||||
|
CLOUDFLARE_API_TOKEN=cfut_8Y0Tcwiv3v0K1LDK9QSvc3BjlU1lZFs1zikACgTw33977b37
|
||||||
|
CLOUDFLARE_ACCOUNT_ID=3e689750123db91e81d3542d2930a907
|
||||||
|
|
||||||
# Cloudflare Turnstile — public key (visible in frontend)
|
# Cloudflare Turnstile — public key (visible in frontend)
|
||||||
TURNSTILE_SITE_KEY=0x4AAAAAAD9IYWC6HPflpneO
|
TURNSTILE_SITE_KEY=0x4AAAAAAD9IYWC6HPflpneO
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,3 +29,4 @@ prisma/dev.db
|
||||||
# opencode - agentes y scripts locales (no subir a producción)
|
# opencode - agentes y scripts locales (no subir a producción)
|
||||||
opencode/
|
opencode/
|
||||||
.opencode/
|
.opencode/
|
||||||
|
.env
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue