From cf0f5839ee1e1b87f7b5bd5a299a35574fd1bb3c Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 12 Feb 2021 17:55:48 +0100 Subject: [PATCH] Added new env vars to readme ref #14 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91dea08..7e77e25 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The basic generation mechanism makes the templates and routes interchangeable (i | EVENT_NAME | String | "Please set the event name" | The event's name - used to generate pdf text. | CURRENCY_SYMBOL | String | "€" | The your currency's symbol - used to generate pdf text. | SPONSORING_RECEIPT_MINIMUM_AMOUNT | String | "10" | The mimimum total donation amount a sponsor has to donate to be able to receive a donation receipt - used to generate pdf text. +| SPONOR_LOGOS | Array | Empty png | The sponsor images you want to loop through. You can provide them via http url, local file or base64-encoded image. ## Templates > The document server uses html templates to generate various pdf documents.