mirror of https://github.com/penpot/penpot.git
✨ Set default email backend to console on devenv.
This commit is contained in:
parent
b879860833
commit
d80c1f2bfb
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue