Skip to content

Commit

Permalink
docs: Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisaha committed Feb 21, 2024
1 parent b5be6a2 commit 1f58f84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ All configurations are set via environment variables.
| `ALLOWED_URL_PATTERN` | `"^$"` | Pattern to allow certain URLs. These URLs are later allowed within resources of the print service. |
| `MAX_UPLOAD_SIZE` | `104857600` | Maximum size of the upload. Default is `100MB` |
| `UPLOAD_EXTENSIONS` | `.png,.jpg,.jpeg,.tiff,.bmp,.gif,.pdf` | Allowed extensions while using merge endpoint |
| `TEMPLATE_DIRECTORY` | `/data/templates` | Base path for templates |
| `REPORT_DIRECTORY` | `/data/reports` | Base path for Jinja template |

## Services

Expand Down

0 comments on commit 1f58f84

Please sign in to comment.