TYPE=penpot DOMAIN=penpot.example.com ## Domain aliases #EXTRA_DOMAINS=', `www.${REPO_NAME_KEBAB}.example.com`' LETS_ENCRYPT_ENV=production # By default files upload by user are stored in local # filesystem. But it can be configured to store in AWS S3 or # completelly in de the database. Storing in the database makes # the backups more easy but will make access to media less # performant. PENPOT_STORAGE_BACKEND=fs # Telemetry. When enabled, a periodical process will send # annonymous data about this instance. Telemetry data will # enable us to learn on how the application is used based on # real scenarios. If you want to help us, please leave it # enabled. In any case you can see the source code of both # client and server in the penpot repository. PENPOT_TELEMETRY_ENABLED=false # 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=penpot@example.com PENPOT_SMTP_DEFAULT_REPLY_TO=penpot@example.com #PENPOT_SMTP_HOST=smtp.example.com #PENPOT_SMTP_PORT=25 #PENPOT_SMTP_USERNAME=username #PENPOT_SMTP_PASSWORD=password #PENPOT_SMTP_TLS=true #PENPOT_SMTP_SSL=false