docs: include env variables in readme
This commit is contained in:
parent
a10f325fde
commit
6032a69af3
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -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 -->
|
Loading…
Reference in a new issue