mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 03:16:11 +02:00
🔥 Remove unused config variables.
This commit is contained in:
parent
b44dfc2d9d
commit
393c9cd13c
5 changed files with 11 additions and 21 deletions
|
@ -33,9 +33,6 @@ services:
|
|||
- penpot-redis
|
||||
|
||||
environment:
|
||||
# Used for creating tokens, important to be true random value
|
||||
- PENPOT_SECRET_KEY=provide-here-a-secret-random-key
|
||||
|
||||
# Should be set to the public domain when penpot is going to be
|
||||
# served.
|
||||
- PENPOT_PUBLIC_URI=http://localhost:9001
|
||||
|
@ -78,9 +75,6 @@ services:
|
|||
# - PENPOT_SMTP_TLS=true
|
||||
# - PENPOT_SMTP_SSL=false
|
||||
|
||||
- PENPOT_ASSERTS_ENABLED=false
|
||||
- PENPOT_DEBUG=false
|
||||
|
||||
networks:
|
||||
- penpot
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue