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
|
||||
|
||||
- `ROOT_URL=(url)` - the static file server instance to get files from
|
||||
- `ENABLE_REPOINTING=(true|default:false)` - enable [repointing](#Repointing)
|
||||
Configuration is done through environment variable in `.env.local`
|
||||
|
||||
| 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue