🐳 Updated docs

This commit is contained in:
2024-05-17 10:50:11 -04:00
parent 3633054091
commit 68e035ceb2
3 changed files with 27 additions and 12 deletions

View File

@@ -1,10 +1,11 @@
UNDERLYING_HOSTNAME=ghost
UNDERLYING_HOSTNAME=localhost
COMICS_DIRECTORY=/mnt/unraidshare/directconnect/downloads/comics/
USERDATA_DIRECTORY=/home/rishi/userdata
COMICS_DIRECTORY=/path/to/comics
USERDATA_DIRECTORY=/path/to/userdata
COMICVINE_API_KEY=foobar
COMICVINE_API_KEY=onethreetwo
CACHER=Memory
LOGGER=true
LOGLEVEL=info
SERVICEDIR=dist/services
@@ -15,4 +16,4 @@ MONGO_URI=mongodb://db:27017/threetwo
ELASTICSEARCH_URI=http://elasticsearch:9200
REDIS_URI=redis://redis:6379
TRANSPORTER=redis://redis:6379
CACHER=Memory