refactor: simplify imprint + privacy

This commit is contained in:
2025-03-18 21:12:23 +01:00
parent 0ff6df68d6
commit 50fbfe05f1
9 changed files with 11 additions and 102 deletions

View File

@@ -1,14 +1,14 @@
const config = {
// required
documentserver_key: '',
documentserver_key: "",
// required, with trailing slash
baseurl: '',
baseurl: "",
// optional, full url, will fallback to https://lauf-fuer-kaya.de/impressum
url_imprint: "",
// optional, full url, will fallback to https://lauf-fuer-kaya.de/datenschutz
url_privacy: "",
// full url (including fqdn)
baseurl_documentserver: 'http://localhost:3000',
baseurl_documentserver: "http://localhost:3000",
// optional, will fallback to code128
code_format: 'ean13',
// optional, will fallback to /imprint
url_imprint: '',
// optional, will fallback to /privacy
url_privacy: '',
code_format: "ean13",
};

View File

@@ -1 +0,0 @@
TODO:

View File

@@ -1 +0,0 @@
TODO: