From a41d315e3ece948b1efe3230934c7e7057126141 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 1 Sep 2020 09:52:34 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 6c8d9aa..d3d5b32 100644 --- a/Configuration.md +++ b/Configuration.md @@ -1,6 +1,6 @@ # Configuration -▶️ *The default ArchiveBox config file definition be found here: [`archivebox/config/__init__.py`](https://github.com/pirate/ArchiveBox/blob/master/archivebox/config/__init__.py#L45).* +▶️ *The full ArchiveBox config file definition with defaults can be found here: [`archivebox/config/__init__.py`](https://github.com/pirate/ArchiveBox/blob/master/archivebox/config/__init__.py#L45).* Configuration of ArchiveBox is done by using the `archivebox config` command, modifying the `ArchiveBox.conf` file in the data folder, or by using environment variables. All three methods work equivalently when using Docker as well.