mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 23:58:28 +02:00
🐳 💚 Change default secret
This commit is contained in:
parent
c8d645f920
commit
3cb111f4a2
2 changed files with 6 additions and 2 deletions
|
@ -35,7 +35,9 @@ ENV UXBOX_HTTP_SERVER_DEBUG=false \
|
|||
UXBOX_SMTP_SSL=false \
|
||||
UXBOX_SMTP_TLS=false \
|
||||
UXBOX_SMTP_ENABLED=false \
|
||||
UXBOX_SECRET=youshouldoverwritethiswithsomethingelse
|
||||
# WARNING: this is a default secret key and
|
||||
# it should be overwritten in production env.
|
||||
UXBOX_SECRET=5qjiAn-QUpawUNqGP10UZKklSqbLKcdGY3sJpq0UUACpVXGg2HOFJCBejDWVHskhRyp7iHb4rjOLXX2ZjF-5cw
|
||||
|
||||
RUN set -ex; \
|
||||
chmod 755 /entrypoint.sh; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue