feat: express.js session secret configurable in docker with WEBSSH_SESSION_SECRET env variable

This commit is contained in:
Bill Church 2024-08-22 16:06:49 +00:00
parent 06063a8009
commit 12e5431a34
No known key found for this signature in database

View file

@ -42,6 +42,7 @@ COPY config.json.sample config.json
# Set environment variables
ENV PORT=2222
ENV DEBUG=
ENV WEBSSH_SESSION_SECRET=
# Make port 2222 available to the world outside this container
EXPOSE 2222