From 7f521b8e93591a7b218e79f4886ab0471dc134ac Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 28 Mar 2022 14:16:42 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Removed=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.env | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-compose.env b/docker-compose.env index f476768..a6a4cfc 100644 --- a/docker-compose.env +++ b/docker-compose.env @@ -1,16 +1,10 @@ -# your machine's hostname, in the example below it is ghost UNDERLYING_HOSTNAME=ghost -# COMIC_DIRECTORY is where your comics reside COMICS_DIRECTORY=/Users/rishi/work/threetwo/comics - -# USERDATA_DIRECTORY is used by ThreeTwo to generate covers, and temporary files USERDATA_DIRECTORY=/Users/rishi/work/threetwo/userdata -# Your ComicVine API key COMICVINE_API_KEY=foobar -# DO NOT TOUCH THESE! LOGGER=true LOGLEVEL=info SERVICEDIR=dist/services