This repository has been archived on 2025-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
deployment/docker-compose/full_stack/env_selfservice.js

13 lines
282 B
JavaScript

const config = {
// required
documentserver_key: '',
// required
baseurl: '',
// optional, will fallback to /selfservice
baseurl_selfservice: '/selfservice',
// optional, will fallback to /imprint
url_imprint: '',
// optional, will fallback to /privacy
url_privacy: ''
};