15 lines
440 B
JavaScript
15 lines
440 B
JavaScript
const config = {
|
|
// required
|
|
documentserver_key: "",
|
|
// required, with trailing slash
|
|
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",
|
|
// optional, will fallback to code128
|
|
code_format: "ean13",
|
|
};
|