Cleanup README.md
This commit is contained in:
parent
d25edc1cb8
commit
88a328198c
1 changed files with 6 additions and 2 deletions
|
@ -6,8 +6,12 @@ Motto presents files from a static file server in a more friendly way
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
- `ROOT_URL=(url)` - the static file server instance to get files from
|
Configuration is done through environment variable in `.env.local`
|
||||||
- `ENABLE_REPOINTING=(true|default:false)` - enable [repointing](#Repointing)
|
|
||||||
|
| Variable | type | default | description |
|
||||||
|
|--------------------|---------|---------|---------------------------------------------------|
|
||||||
|
| `ROOT_URL` | string | N/A | the static file server instance to get files from |
|
||||||
|
|`ENABLE_REPOINTING` | boolean | `false` | enable [repointing](#Repointing) |
|
||||||
|
|
||||||
### Repointing
|
### Repointing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue