From f3311b86d9f20457822a5230485eac3bd4fce81b Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Thu, 11 Apr 2024 19:08:34 +0100 Subject: [PATCH] minor punctuation edit --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 3d0a654..aaa66d5 100644 --- a/readme.md +++ b/readme.md @@ -35,11 +35,11 @@ flag is not provided. #### server environment variables -- `SECRET`---the secret used for signature verification -- `LISTEN_ADDRESS`---the address the server is listening on (default is `0.0.0.0:80`) -- `INDEX_GET_REDIRECT`---the URL the user should be redirected to if they try to access `/` on the +- `SECRET` - the secret used for signature verification +- `LISTEN_ADDRESS` - the address the server is listening on (default is `0.0.0.0:80`) +- `INDEX_GET_REDIRECT` - the URL the user should be redirected to if they try to access `/` on the server (default is `http://alv.cx`) -- `MAX_AGE_MS`---how old a request can be (in milliseconds) before the server will refuse to process it. (default is 500 milliseconds) +- `MAX_AGE_MS` - how old a request can be (in milliseconds) before the server will refuse to process it (default is 500 milliseconds) ### setting up susmng