mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Enable FF for gimlet
This commit is contained in:
parent
18e0948b0c
commit
b0ec9034dc
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ config:
|
|||
## @param config.apiSecretKey A random secret key needed for persistent user sessions. Generate with `openssl rand -hex 16` for example.
|
||||
##
|
||||
publicURI: "http://localhost:8080"
|
||||
flags: "enable-registration enable-login disable-demo-users disable-demo-warning"
|
||||
flags: "enable-registration enable-login disable-demo-users disable-demo-warning enable-feature-design-tokens"
|
||||
apiSecretKey: "b46a12cb4bedc6b9df8cb3f18c708b65"
|
||||
|
||||
## @param config.postgresql.host The PostgreSQL host to connect to.
|
||||
|
|
Loading…
Add table
Reference in a new issue