Files
threetwo-docker-compose/docker-compose.env
2022-03-28 14:16:42 -07:00

17 lines
354 B
Bash

UNDERLYING_HOSTNAME=ghost
COMICS_DIRECTORY=/Users/rishi/work/threetwo/comics
USERDATA_DIRECTORY=/Users/rishi/work/threetwo/userdata
COMICVINE_API_KEY=foobar
LOGGER=true
LOGLEVEL=info
SERVICEDIR=dist/services
UNRAR_BIN_PATH=/usr/bin/unrar
MONGO_URI=mongodb://db:27017/threetwo
REDIS_URI=redis://redis:6379
TRANSPORTER=redis://redis:6379
CACHER=Memory