Merge branch 'master' of gitea.moe:lamp/qonq

This commit is contained in:
Lamp 2021-12-05 02:40:36 -06:00
commit 4e99509d96

@ -22,7 +22,6 @@ The following environment variables are optional.
| `PORT` | TCP port to listen on | `8568` |
| `ADDRESS` | Address to bind to | `'0.0.0.0'` (all) |
| `FILES_DIR` | Directory to store the files in | `'files'` (relative of working directory) |
| `TMP_DIR` | Directory to store pending uploads in | `os.tmpdir()` |
| `TRUST_PROXY` | Value for express's [`'trust proxy'`](https://expressjs.com/en/5x/api.html#trust.proxy.options.table) setting | `'127.0.0.1'` |