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
318 B
JavaScript

const config = {
// required
documentserver_key: '',
// required - with trailing slash
baseurl: 'http://localhost:4010/',
// optional - with trailing slash
baseurl_selfservice: '/selfservice/',
// optional, will fallback to /imprint
url_imprint: '',
// optional, will fallback to /privacy
url_privacy: ''
};