mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +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_SSL=false \
|
||||||
UXBOX_SMTP_TLS=false \
|
UXBOX_SMTP_TLS=false \
|
||||||
UXBOX_SMTP_ENABLED=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; \
|
RUN set -ex; \
|
||||||
chmod 755 /entrypoint.sh; \
|
chmod 755 /entrypoint.sh; \
|
||||||
|
|
|
@ -51,7 +51,9 @@ services:
|
||||||
- "UXBOX_SMTP_TLS=false"
|
- "UXBOX_SMTP_TLS=false"
|
||||||
- "UXBOX_SMTP_ENABLED=false"
|
- "UXBOX_SMTP_ENABLED=false"
|
||||||
# Security setup
|
# Security setup
|
||||||
- "UXBOX_SECRET=youshouldoverwritethiswithsomethingelse"
|
# WARNING: this is a default secret key and
|
||||||
|
# it should be overwritten in production env.
|
||||||
|
- "UXBOX_SECRET=5qjiAn-QUpawUNqGP10UZKklSqbLKcdGY3sJpq0UUACpVXGg2HOFJCBejDWVHskhRyp7iHb4rjOLXX2ZjF-5cw"
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/uxbox/backend/resources:/srv/uxbox/resources
|
- /srv/uxbox/backend/resources:/srv/uxbox/resources
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue