mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 21:51:37 +02:00
🐛 Fix backend flags on docker compose sample file
This commit is contained in:
parent
8758723200
commit
91ececa59e
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ services:
|
||||||
## environment variables for the backend here:
|
## environment variables for the backend here:
|
||||||
## https://help.penpot.app/technical-guide/configuration/#advanced-configuration
|
## https://help.penpot.app/technical-guide/configuration/#advanced-configuration
|
||||||
|
|
||||||
- PENPOT_FLAGS=enable-registration enable-login disable-email-verification enable-smtp enable-prepl-server
|
- PENPOT_FLAGS=enable-registration enable-login-with-password disable-email-verification enable-smtp enable-prepl-server
|
||||||
|
|
||||||
## Penpot SECRET KEY. It serves as a master key from which other keys for subsystems
|
## Penpot SECRET KEY. It serves as a master key from which other keys for subsystems
|
||||||
## (eg http sessions) are derived.
|
## (eg http sessions) are derived.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue