# Development Environment Configuration # Django Settings SECRET_KEY=2Yq6sylwG3rLGvD6AQHCsk2nmcwy2EOj5iFhOOR8ZkEeGsnDz_BNvu7J_fGudIkIyug DEBUG=True ALLOWED_HOSTS=gnxsoft.com,www.gnxsoft.com,YOUR_SERVER_IP,localhost,127.0.0.1 INTERNAL_API_KEY=9hZtPwyScigoBAl59Uvcz_9VztSRC6Zt_6L1B2xTM2M 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=https://gnxsoft.com # SMTP Configuration (for production or when USE_SMTP_IN_DEV=True) EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend EMAIL_HOST=localhost EMAIL_PORT=587 EMAIL_USE_TLS=True EMAIL_USE_SSL=False EMAIL_HOST_USER=support@gnxsoft.com EMAIL_HOST_PASSWORD=P4eli240453.