From a275a8d7f11998af3ae945c0b8088bc4a1a239a6 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 21 Feb 2019 15:59:04 -0500 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index 897a267..c8c9d66 100644 --- a/Configuration.md +++ b/Configuration.md @@ -1,7 +1,5 @@ Configuration is done through environment variables. You can pass in settings using all the usual environment variable methods: e.g. by using the `env` command, settings variables in your shell profile, or sourcing a `.env` file before running the command. -You can also modify the defaults in `archivebox/config.py` directly, but that's not recommended as your custom settings will be erased whenever you update ArchiveBox. - Example configuration using `env` command: ```bash env CHROME_BINARY=google-chrome-stable RESOLUTION=1440,900 FETCH_PDF=False ./archive ~/Downloads/bookmarks_export.html