Cleanup README.md

This commit is contained in:
Gnarwhal 2024-09-23 19:04:51 +00:00
parent 3eb11d3aeb
commit 9b3f590bec
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174

View file

@ -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 variables 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