Files
threetwo-docker-compose/docker-compose.env

17 lines
340 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=
MONGO_URI=mongodb://db:27017/threetwo
REDIS_URI=redis://redis:6379
TRANSPORTER=redis://redis:6379
CACHER=Memory