0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

📚 Update some comments on docker config.env file.

This commit is contained in:
Andrey Antukh 2021-09-16 11:35:45 +02:00
parent 1fe23ff732
commit 06e54a17c0

View file

@ -35,7 +35,8 @@ PENPOT_SMTP_DEFAULT_REPLY_TO=no-reply@example.com
# PENPOT_SMTP_TLS=true
# PENPOT_SMTP_SSL=false
# Flags that enables features on frontend applitation.
# Feature flags. Right now they are only affect frontend, but in
# future release they will affect to both backend and frontend.
PENPOT_FLAGS="enable-registration enable-demo-users"
# Comma separated list of allowed domains to register. Empty to allow all.