Skip to content

Commit

Permalink
Update dockerfile and readme with the text size env var
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Jul 2, 2021
1 parent a2b9a88 commit 66c004a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# -e SECRET_DO_SPACES_SECRET = w6XLSH+BNLmPDyiyzA6wrIZ4riCf94uM3Cpw83B3ldg \
# -e SECRET_DO_SPACES_BUCKET = hemmelig \
# -e SECRET_DO_SPACES_FOLDER = localhost.hemmelig.app \
# -e SECRET_MAX_TEXT_SIZE = 1024 \
# hemmeligapp/hemmelig:latest

FROM node:lts-alpine
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Have a look at the Dockerfile for a full example of how to run this application.
- `SECRET_DO_SPACES_SECRET` Default: "" - The Spaces secret
- `SECRET_DO_SPACES_BUCKET` Default: "" - The Spaces bucket name
- `SECRET_DO_SPACES_FOLDER` Default: "" - The Spaces folder for uploading
- `SECRET_MAX_TEXT_SIZE` Default: "256" - The max text size for the secret. Is set in kb. i.e. 256 for 256kb.

## Run locally

Expand Down

0 comments on commit 66c004a

Please sign in to comment.