mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
✨ Add default secret key env on devenv.
This commit is contained in:
parent
2195b8932e
commit
4825efb582
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ services:
|
|||
|
||||
environment:
|
||||
- EXTERNAL_UID=${CURRENT_USER_ID}
|
||||
- PENPOT_SECRET_KEY=super-secret-devenv-key
|
||||
# STMP setup
|
||||
- PENPOT_SMTP_ENABLED=true
|
||||
- PENPOT_SMTP_DEFAULT_FROM=no-reply@example.com
|
||||
|
|
Loading…
Add table
Reference in a new issue