refactor: simplify imprint + privacy
This commit is contained in:
@@ -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",
|
||||
};
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
TODO:
|
||||
@@ -1 +0,0 @@
|
||||
TODO:
|
||||
Reference in New Issue
Block a user