Files
GNX-WEB/backEnd/.env
Iliyan Angelov 0b1cabcfaf updates
2025-11-24 16:47:37 +02:00

28 lines
854 B
Bash

# Development Environment Configuration
# Django Settings
SECRET_KEY=ks68*5@of1l&4rn1imsqdk9$khcya!&a#jtd89f!v^qg1w0&hc
DEBUG=True
ALLOWED_HOSTS=localhost,127.0.0.1
INTERNAL_API_KEY=your-generated-key-here
PRODUCTION_ORIGINS=https://gnxsoft.com,https://www.gnxsoft.com
CSRF_TRUSTED_ORIGINS=https://gnxsoft.com,https://www.gnxsoft.com
# Email Configuration (Development - uses console backend by default)
USE_SMTP_IN_DEV=True
DEFAULT_FROM_EMAIL=support@gnxsoft.com
COMPANY_EMAIL=support@gnxsoft.com
SUPPORT_EMAIL=support@gnxsoft.com
# Site URL
SITE_URL=http://localhost:3000
# SMTP Configuration (for production or when USE_SMTP_IN_DEV=True)
EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend
EMAIL_HOST=mail.gnxsoft.com
EMAIL_PORT=587
EMAIL_USE_TLS=True
EMAIL_USE_SSL=False
EMAIL_HOST_USER=support@gnxsoft.com
EMAIL_HOST_PASSWORD=P4eli240453.