Made footer text configureable

ref #36
This commit is contained in:
2021-03-31 17:12:41 +02:00
parent 2a4cfdb2f8
commit 63c7beb8b9
3 changed files with 3 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ export const config = {
sponor_logos: getSponsorLogos(),
api_key: getApiKey(),
disclaimer_text: process.env.DISCLAIMER_TEXT || "",
donations_footer_text: process.env.DONATIONS_FOOTER_TEXT || "",
contracts_per_runner: parseInt(process.env.CONTRACTS_PER_RUNNER) || 1,
}
let errors = 0