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:
parent
b879860833
commit
d80c1f2bfb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue