Minor fixes on penpot config.env file
This commit is contained in:
parent
3dc2dde7ff
commit
5bf497991d
|
@ -1,6 +1,6 @@
|
|||
# Should be set to the public domain when penpot is going to be
|
||||
# served.
|
||||
PENPOT_FLAGS=enable-registration enable-login enable-demo-users disable-email-verification
|
||||
PENPOT_FLAGS=enable-registration enable-login enable-demo-users disable-email-verification disable-smtp enable-log-emails
|
||||
PENPOT_PUBLIC_URI=http://localhost:9001
|
||||
|
||||
# Standard database connection parametes (only postgresql is
|
||||
|
@ -29,7 +29,6 @@ PENPOT_TELEMETRY_REFERER=taiga
|
|||
# Email sending configuration. By default emails are printed in
|
||||
# console, but for production usage is recommeded to setup a real SMTP
|
||||
# provider. Emails are used for confirm user registration.
|
||||
PENPOT_SMTP_ENABLED=false
|
||||
PENPOT_SMTP_DEFAULT_FROM=no-reply@example.com
|
||||
PENPOT_SMTP_DEFAULT_REPLY_TO=no-reply@example.com
|
||||
# PENPOT_SMTP_HOST=
|
||||
|
|
Loading…
Reference in New Issue