diff --git a/README.md b/README.md
index 4540bb0..f72ec96 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,4 @@ runner selfservice portal
- copy the `/public/env.sample.js` file to `/public/env.js`
- set the required environment variables
- `documentserver_key`: url to the [document server](https://git.odit.services/lfk/document-server) instance
- - `baseurl`: url to the main lfk instance - WITH TRAILING SLASH
- - see [@lfk/deployment](https://git.odit.services/lfk/deployment) for a complete deployment guide
- - `baseurl_selfservice`: location of the selfservice instance - WITH TRAILING SLASH
- - e.g. path: `/selfservice/`
- - e.g. url: `https://example.com/selfservice/`
\ No newline at end of file
+ - `baseurl`: url to the main lfk instance - WITH TRAILING SLASH
\ No newline at end of file
diff --git a/public/env.sample.js b/public/env.sample.js
index 142bf66..8fcafee 100644
--- a/public/env.sample.js
+++ b/public/env.sample.js
@@ -3,14 +3,12 @@ const config = {
documentserver_key: '',
// required, with trailing slash
baseurl: '',
- // optional, will fallback to /selfservice/
- baseurl_selfservice: '/selfservice/',
// full url (including fqdn)
baseurl_documentserver: 'http://localhost:4010/documents',
// optional, will fallback to code128
code_format: 'ean13',
- // optional, will fallback to baseurl_selfservice/imprint
+ // optional, will fallback to /imprint
url_imprint: '',
- // optional, will fallback to baseurl_selfservice/privacy
+ // optional, will fallback to /privacy
url_privacy: '',
};
diff --git a/src/components/EnvError.vue b/src/components/EnvError.vue
deleted file mode 100644
index c326305..0000000
--- a/src/components/EnvError.vue
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-