From aea85c3b73e82deb9b1b0ba437faf70fb09fd0a4 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 20 Dec 2021 17:42:35 +0100 Subject: [PATCH] env docs --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2698807..a6011f0 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,13 @@ services: - 80:5000 ``` +### Environment Variables + +| Variable | Default | Description | +| ------------ | ----------------- | --------------------------------------------------------------------------------------- | +| `MEMCACHE` | `memcached:11211` | Memcached URL to connect to. | +| `SIZE_LIMIT` | `1 KiB` | Max size for body. Accepted values according to [byte-unit](https://docs.rs/byte-unit/) | + ## Development 1. Clone @@ -72,7 +79,7 @@ Running `npm run dev` in the root folder will start the following things - rust backend with hot reload - client with hot reload -You can see the app under [localhost:3000](http://localhost:3000). +You can see the app under [localhost:5000](http://localhost:5000). ###### Attributions