2026-01-27 18:07:00 -06:00
|
|
|
MONGO_URL="mongodb://localhost:27017"
|
|
|
|
|
DB_NAME="test_database"
|
|
|
|
|
CORS_ORIGINS="*"
|
|
|
|
|
JWT_SECRET="techzone-super-secret-key-2024-production"
|
|
|
|
|
DATABASE_URL="postgresql+asyncpg://techzone_user:techzone_pass@localhost:5432/techzone"
|
2026-02-01 22:31:00 -06:00
|
|
|
PORT=8181
|
|
|
|
|
# Notification Settings
|
|
|
|
|
# SMTP Email Configuration (Gmail example)
|
|
|
|
|
SMTP_HOST=smtp.gmail.com
|
|
|
|
|
SMTP_PORT=587
|
|
|
|
|
SMTP_USER=
|
|
|
|
|
SMTP_PASSWORD=
|
|
|
|
|
|
|
|
|
|
# Admin notification email
|
|
|
|
|
ADMIN_EMAIL=admin@prompttech.com
|
|
|
|
|
|
|
|
|
|
# WhatsApp Notification (CallMeBot API)
|
|
|
|
|
# Get API key from: https://www.callmebot.com/blog/free-api-whatsapp-messages/
|
|
|
|
|
ADMIN_PHONE=+5016261234
|
|
|
|
|
WHATSAPP_API_URL=https://api.callmebot.com/whatsapp.php
|
|
|
|
|
WHATSAPP_API_KEY=
|