selfservice/public/env.sample.js

18 lines
518 B
JavaScript
Raw Permalink Normal View History

const config = {
2021-03-05 17:59:21 +00:00
// required
documentserver_key: '',
2021-03-31 17:03:07 +00:00
// required, with trailing slash
baseurl: '',
2021-03-31 17:03:07 +00:00
// optional, will fallback to /selfservice/
baseurl_selfservice: '/selfservice/',
2021-04-14 10:18:02 +00:00
// full url (including fqdn)
baseurl_documentserver: 'http://localhost:4010/documents',
2023-02-01 16:36:22 +00:00
// optional, will fallback to code128
code_format: 'ean13',
2021-04-06 15:03:05 +00:00
// optional, will fallback to baseurl_selfservice/imprint
url_imprint: '',
2021-04-06 15:03:05 +00:00
// optional, will fallback to baseurl_selfservice/privacy
url_privacy: '',
codeformat: 'code39'
};