2025-10-22 18:34:02 +02:00

13 lines
393 B
Plaintext

# Python Configuration
PYTHON_PATH=C:/Path/To/Your/Python/python.exe
# Email configuration for suggestion system
EMAIL_ADDRESS=your_email@gmail.com
EMAIL_PASSWORD=your_app_password
EMAIL_SMTP_SERVER=smtp.gmail.com
EMAIL_SMTP_PORT=587
# Licensing configuration
LICENSE_API_URL=https://your-server.com/api/licenses
PURCHASE_URL=https://your-website.com/buy
LICENSE_API_KEY=your_license_api_key