0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 18:51:29 -05:00

Set default email backend to console on devenv.

This commit is contained in:
Andrey Antukh 2020-09-15 14:58:18 +02:00 committed by Alonso Torres
parent b879860833
commit d80c1f2bfb

View file

@ -41,7 +41,7 @@ services:
- APP_DATABASE_URI=postgresql://postgres/uxbox
- APP_DATABASE_USERNAME=uxbox
- APP_DATABASE_PASSWORD=uxbox
- APP_SENDMAIL_BACKEND=smtp
- APP_SENDMAIL_BACKEND=console
- APP_SMTP_HOST=smtp
- APP_SMTP_PORT=25