From 9dd62cefa94bf3f0bf8e77fd25e7ca1ec4b30e2b Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 20 Feb 2021 16:05:58 +0100 Subject: [PATCH] Added reamde entry for the new env var ref #33 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac522c5..3773b94 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ The basic generation mechanism makes the templates and routes interchangeable (i | 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. | API_KEY | String(min length: 64) | Random generated string | The api key you want to use for auth (query-param `key`), has to be at least 64 chars long. +| DISCLAIMER_TEXT | String | N/A | A disclaimer that will get displayed on the bottom of each sponsoring contract. R/N You can only provide the disclaimer for one language. ## Templates > The document server uses html templates to generate various pdf documents.