9 lines
235 B
Plaintext
9 lines
235 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
|