Updated env description
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolai Ort 2021-04-06 17:03:05 +02:00
parent f5ae2145df
commit 5a123b0cf8

View File

@ -5,8 +5,8 @@ const config = {
baseurl: '',
// optional, will fallback to /selfservice/
baseurl_selfservice: '/selfservice/',
// optional, will fallback to /imprint
// optional, will fallback to baseurl_selfservice/imprint
url_imprint: '',
// optional, will fallback to /privacy
// optional, will fallback to baseurl_selfservice/privacy
url_privacy: ''
};