Fix HTML rendering for service descriptions, allow zero price for services, improve image_url handling
This commit is contained in:
17
backend/.env
17
backend/.env
@@ -3,4 +3,19 @@ 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"
|
||||
PORT=8181
|
||||
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=
|
||||
|
||||
Reference in New Issue
Block a user