From 9b3f590becbdc24f2eeaab98e395725393dd7984 Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Mon, 23 Sep 2024 19:04:51 +0000 Subject: [PATCH] Cleanup README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5bbb3e..108539c 100644 --- a/README.md +++ b/README.md @@ -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 variables 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