This commit is contained in:
cupcakearmy 2021-12-20 17:42:35 +01:00
parent 5f904b3971
commit aea85c3b73
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 8 additions and 1 deletions

View File

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