13 lines
621 B
Markdown
13 lines
621 B
Markdown
# @lfk/selfservice
|
|
|
|
runner selfservice portal
|
|
|
|
## 🔨 Environment config
|
|
- 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/` |