🔥 Remove unused config variables.

This commit is contained in:
Andrey Antukh 2021-01-29 11:00:54 +01:00 committed by Hirunatan
parent b44dfc2d9d
commit 393c9cd13c
5 changed files with 11 additions and 21 deletions

View file

@ -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