docs: include env variables in readme

This commit is contained in:
Zynh Ludwig 2025-01-12 18:43:54 -08:00
parent a10f325fde
commit 6032a69af3

View file

@ -0,0 +1,14 @@
# Nyazoom<sup>2</sup>
README is a supreme work in progress, terribly sorry
## Env Variables
<!-- markdownlint-disable MD013 -->
| variable | description | default |
| ----------- | --------------------------------------------- | ------------------------ |
| `CACHE_DIR` | the location for storing all downloaded files | "/var/lib/nyazoom/cache" |
| `DIST_DIR` | location of the folder to be static served | "./dist" |
<!-- markdownlint-enable -->