From 35a43b0a774b7422aec12a784543a4c0d07efce9 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 16:18:27 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index ea27b62..198093c 100644 --- a/Configuration.md +++ b/Configuration.md @@ -7,6 +7,8 @@ env CHROME_BINARY=google-chrome-stable RESOLUTION=1440,900 FETCH_PDF=False ./arc +
+ **Configuration Options:** - [General Settings](#general-settings) - [Archive Method Toggles](#archive-method-toggles) @@ -14,7 +16,7 @@ env CHROME_BINARY=google-chrome-stable RESOLUTION=1440,900 FETCH_PDF=False ./arc - [Shell Options](#shell-options) - [Dependency Options](#dependency-options) -

+
All the available config options are described in this document below, but can also be found along with examples in [`etc/ArchiveBox.conf.default`](https://github.com/pirate/ArchiveBox/blob/master/etc/ArchiveBox.conf.default). The code that loads the config is in [`archivebox/config.py`](https://github.com/pirate/ArchiveBox/blob/master/archivebox/config.py), but don't modify the defaults in `config.py` directly, as your changes there will be erased whenever you update ArchiveBox.