mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
- Introduced backup scripts for S3 and Google Drive, including cron job setup for automated backups. - Added email configuration script to set up SMTP settings for ERPNext. - Created environment files for backup configurations (backup.env, gdrive-backup.env, email.env). - Updated docker-compose files to support new backup services and configurations.
8 lines
No EOL
214 B
Bash
8 lines
No EOL
214 B
Bash
# Email configuration
|
|
MAIL_HOST=smtp.gmail.com
|
|
MAIL_PORT=587
|
|
MAIL_USE_TLS=1
|
|
MAIL_LOGIN=your-email@gmail.com
|
|
MAIL_PASSWORD=your-app-password
|
|
MAIL_EMAIL_ID=your-email@gmail.com
|
|
MAIL_SENDER_NAME=ERPNext Administrator |